mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #2562: Remove unneeded code, oned will create a default zone
This commit is contained in:
parent
c36bc33fd4
commit
0ca46632db
@ -1236,13 +1236,6 @@ function setupCreateGroupDialog(){
|
||||
$.each(obj_list,function(){
|
||||
add_resource_tab(this.ZONE.ID, this.ZONE.NAME, dialog);
|
||||
});
|
||||
|
||||
// =================================================================
|
||||
// TODO: Development, one zone added if zone pool is empty
|
||||
if (obj_list.length == 0){
|
||||
add_resource_tab(0, "Local Zone", dialog);
|
||||
}
|
||||
// =================================================================
|
||||
},
|
||||
error: onError
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user