mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-12 16:54:31 +00:00
BulkAction.js: fixup indentation
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
200a9b5dc5
commit
e2c97a19e3
@ -114,7 +114,7 @@ Ext.define('PVE.window.BulkAction', {
|
|||||||
return (item.data.type == 'lxc' &&
|
return (item.data.type == 'lxc' &&
|
||||||
item.data.status == 'running');
|
item.data.status == 'running');
|
||||||
});
|
});
|
||||||
me.down('#lxcwarning').setVisible(showWarning);
|
me.down('#lxcwarning').setVisible(showWarning);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user