ui: small style cleanups/refactoring
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -40,9 +40,7 @@ Ext.define('PBS.config.ACLView', {
|
||||
path: view.aclPath,
|
||||
aclType: 'user',
|
||||
listeners: {
|
||||
destroy: function() {
|
||||
me.reload();
|
||||
},
|
||||
destroy: () => me.reload(),
|
||||
},
|
||||
}).show();
|
||||
},
|
||||
@ -54,9 +52,7 @@ Ext.define('PBS.config.ACLView', {
|
||||
path: view.aclPath,
|
||||
aclType: 'token',
|
||||
listeners: {
|
||||
destroy: function() {
|
||||
me.reload();
|
||||
},
|
||||
destroy: () => me.reload(),
|
||||
},
|
||||
}).show();
|
||||
},
|
||||
|
Reference in New Issue
Block a user