mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +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
|
@ -9,8 +9,9 @@ function (DatatableService) {
|
|||
orderBy: this.orderBy,
|
||||
showQuickActionStats: true,
|
||||
showQuickActionLogs: true,
|
||||
showQuickActionConsole: true,
|
||||
showQuickActionInspect: true
|
||||
showQuickActionExec: true,
|
||||
showQuickActionInspect: true,
|
||||
showQuickActionAttach: false
|
||||
};
|
||||
|
||||
this.filters = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue