mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 13:59:40 +02:00
feat(ux): normalize quick actions buttons (#2389)
* feat(ux): normalize quick actions buttons Fixes #2013 * fix(ux): fix wrong naming of variable
This commit is contained in:
parent
8df64031e8
commit
78bf374548
8 changed files with 137 additions and 27 deletions
|
@ -4,7 +4,11 @@ function (DatatableService) {
|
|||
var ctrl = this;
|
||||
|
||||
this.state = {
|
||||
orderBy: this.orderBy
|
||||
orderBy: this.orderBy,
|
||||
showQuickActionStats: true,
|
||||
showQuickActionLogs: true,
|
||||
showQuickActionConsole: true,
|
||||
showQuickActionInspect: true
|
||||
};
|
||||
|
||||
this.filters = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue