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:
parent
ff59f2d85f
commit
f2deaee110
13 changed files with 258 additions and 25 deletions
|
@ -4,8 +4,9 @@ function (PaginationService, DatatableService) {
|
|||
this.state = {
|
||||
showQuickActionStats: true,
|
||||
showQuickActionLogs: true,
|
||||
showQuickActionConsole: true,
|
||||
showQuickActionExec: true,
|
||||
showQuickActionInspect: true,
|
||||
showQuickActionAttach: true,
|
||||
selectAll: false,
|
||||
orderBy: this.orderBy,
|
||||
paginatedItemLimit: PaginationService.getPaginationLimit(this.tableKey),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue