mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Fixed bug with clusters button
This commit is contained in:
parent
ac248fa345
commit
cab61f519e
@ -152,9 +152,9 @@ define(function(require) {
|
||||
|
||||
} else {
|
||||
clusters = this.element.TEMPLATE.CLUSTERS;
|
||||
clusters = clusters.split(",");
|
||||
|
||||
if (clusters !== undefined ) {
|
||||
clusters = clusters.split(",");
|
||||
if ($.isArray(clusters)) {
|
||||
this.originalClusterIds = clusters;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user