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 url;
|
||||||
var method;
|
var method;
|
||||||
|
|
||||||
if (me.isCreate) {
|
if (me.isCreate) {
|
||||||
url = '/api2/extjs/access/roles';
|
url = '/api2/extjs/access/roles';
|
||||||
method = 'POST';
|
method = 'POST';
|
||||||
@ -43,7 +43,7 @@ Ext.define('PVE.dc.RoleEdit', {
|
|||||||
});
|
});
|
||||||
|
|
||||||
me.callParent();
|
me.callParent();
|
||||||
|
|
||||||
if (!me.isCreate) {
|
if (!me.isCreate) {
|
||||||
me.load({
|
me.load({
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user