trailing whitespace fixup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
675e71d37a
commit
16265ddf92
@ -11,7 +11,7 @@ Ext.define('PVE.dc.RoleEdit', {
|
||||
|
||||
var url;
|
||||
var method;
|
||||
|
||||
|
||||
if (me.isCreate) {
|
||||
url = '/api2/extjs/access/roles';
|
||||
method = 'POST';
|
||||
@ -43,7 +43,7 @@ Ext.define('PVE.dc.RoleEdit', {
|
||||
});
|
||||
|
||||
me.callParent();
|
||||
|
||||
|
||||
if (!me.isCreate) {
|
||||
me.load({
|
||||
success: function(response) {
|
||||
|
Loading…
Reference in New Issue
Block a user