mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Bug #3350: Remove cluster -1 from the acl wizard
This commit is contained in:
parent
18ba43e1f8
commit
3863a3dbdc
@ -674,6 +674,9 @@ function popUpCreateAclDialog(){
|
||||
insertSelectOptions('div#belonging_to', dialog, "Group", null, true);
|
||||
insertSelectOptions('#in_cluster',dialog, "Cluster", null, true);
|
||||
|
||||
// Delete cluster -1 option
|
||||
$('#in_cluster select option[value="-1"]',dialog).remove();
|
||||
|
||||
insertSelectOptions('div#zones_applies', dialog, "Zone", "*", false,
|
||||
'<option value="*">'+tr("All")+'</option>');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user