mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 05:49:40 +02:00
feat(containers): hide the attach quick action by default (#2908)
* feat(containers): hide the attach quick action by default * fix(containers): add missing display checks for quick actions column * fix(services): add missing showQuickActionAttach property
This commit is contained in:
parent
608fc497a8
commit
086d4f1d1c
5 changed files with 18 additions and 11 deletions
|
@ -4,8 +4,9 @@ function (PaginationService, DatatableService) {
|
|||
this.state = {
|
||||
showQuickActionStats: true,
|
||||
showQuickActionLogs: true,
|
||||
showQuickActionConsole: true,
|
||||
showQuickActionExec: true,
|
||||
showQuickActionInspect: true,
|
||||
showQuickActionAttach: false,
|
||||
selectAll: false,
|
||||
orderBy: this.orderBy,
|
||||
paginatedItemLimit: PaginationService.getPaginationLimit(this.tableKey),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue