1
0
Fork 0
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:
Tilman Vatteroth 2019-04-20 17:18:33 +02:00
parent ff59f2d85f
commit f2deaee110
13 changed files with 258 additions and 25 deletions

View file

@ -24,7 +24,8 @@ function (PaginationService, DatatableService, EndpointProvider) {
containerNameTruncateSize: 32,
showQuickActionStats: true,
showQuickActionLogs: true,
showQuickActionConsole: true,
showQuickActionExec: true,
showQuickActionAttach: true,
showQuickActionInspect: true
};