diff --git a/ui/scripts/cloud.core.storage.js b/ui/scripts/cloud.core.storage.js
index f4c55f8cf01..c6c85f23bea 100644
--- a/ui/scripts/cloud.core.storage.js
+++ b/ui/scripts/cloud.core.storage.js
@@ -75,7 +75,7 @@ function showStorageTab(domainId, targetTab) {
var volumeVmSelect = $("#dialog_attach_volume").find("#volume_vm").empty();
if (instances != null && instances.length > 0) {
for (var i = 0; i < instances.length; i++) {
- volumeVmSelect.append("");
+ volumeVmSelect.append("");
}
}
$.ajax({
@@ -86,7 +86,7 @@ function showStorageTab(domainId, targetTab) {
var instances = json.listvirtualmachinesresponse.virtualmachine;
if (instances != null && instances.length > 0) {
for (var i = 0; i < instances.length; i++) {
- volumeVmSelect.append("");
+ volumeVmSelect.append("");
}
}
}