mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 22:09:41 +02:00
#592 feat(container-details): rename console to exec and add attach console
This commit is contained in:
parent
ff59f2d85f
commit
f2deaee110
13 changed files with 258 additions and 25 deletions
|
@ -24,7 +24,8 @@ function (PaginationService, DatatableService, EndpointProvider) {
|
|||
containerNameTruncateSize: 32,
|
||||
showQuickActionStats: true,
|
||||
showQuickActionLogs: true,
|
||||
showQuickActionConsole: true,
|
||||
showQuickActionExec: true,
|
||||
showQuickActionAttach: true,
|
||||
showQuickActionInspect: true
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue