1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-20 05:49:40 +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

@ -9,7 +9,8 @@ function (DatatableService) {
orderBy: this.orderBy,
showQuickActionStats: true,
showQuickActionLogs: true,
showQuickActionConsole: true,
showQuickActionExec: true,
showQuickActionAttach: true,
showQuickActionInspect: true
};