From 96c823c3af8d67ab82f12f5321f5e8e37338bf72 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 20 Feb 2014 15:54:43 +0100 Subject: [PATCH] feature #2731: System DS can be added to a cluster through Sunstone --- src/sunstone/public/js/plugins/clusters-tab.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sunstone/public/js/plugins/clusters-tab.js b/src/sunstone/public/js/plugins/clusters-tab.js index e06d3ea9a5..ea52229c53 100644 --- a/src/sunstone/public/js/plugins/clusters-tab.js +++ b/src/sunstone/public/js/plugins/clusters-tab.js @@ -848,7 +848,6 @@ function updateClusterDatastoresView(request, list){ var list_array = []; $.each(list,function(){ - if(this.DATASTORE.ID!=0) list_array.push( datastoreElementArray(this)); });