1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #2731: System DS can be added to a cluster through Sunstone

This commit is contained in:
Ruben S. Montero 2014-02-20 15:54:43 +01:00
parent 12a9b8db46
commit 96c823c3af

View File

@ -848,7 +848,6 @@ function updateClusterDatastoresView(request, list){
var list_array = [];
$.each(list,function(){
if(this.DATASTORE.ID!=0)
list_array.push( datastoreElementArray(this));
});