diff --git a/src/sunstone/public/app/tabs/datastores-tab/form-panels/import.js b/src/sunstone/public/app/tabs/datastores-tab/form-panels/import.js index e6b9a1da41..874c87f183 100644 --- a/src/sunstone/public/app/tabs/datastores-tab/form-panels/import.js +++ b/src/sunstone/public/app/tabs/datastores-tab/form-panels/import.js @@ -108,7 +108,6 @@ define(function(require) { var that = this; Sunstone.hideFormPanelLoading(TAB_ID); - Sunstone.disableFormPanelSubmit(TAB_ID); this.vCenterDatastores.import(context); diff --git a/src/sunstone/public/app/utils/vcenter/datastores.js b/src/sunstone/public/app/utils/vcenter/datastores.js index 860c29fff6..b1f106d631 100644 --- a/src/sunstone/public/app/utils/vcenter/datastores.js +++ b/src/sunstone/public/app/utils/vcenter/datastores.js @@ -81,7 +81,7 @@ define(function(require) { $.each(response, function(datacenter_name, datastores){ var content; if (datastores.length == 0) { - content = + content = '
' + '' + '