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

bug #3240: Host create dialog is not closed after submit

This commit is contained in:
Daniel Molina 2014-10-20 15:53:50 +02:00
parent 9095d5a1ea
commit 2669f57e98

View File

@ -183,6 +183,10 @@ var host_actions = {
// Reset the create wizard
addHostElement(request, response);
notifyCustom(tr("Host created"), " ID: " + response.HOST.ID, false);
if (request.request.data[0].host.vm_mad != "vcenter") {
$create_host_dialog.foundation('reveal', 'close');
}
},
error : onError
},
@ -483,7 +487,7 @@ function generateCPUProgressBar(host, host_share_flag) {
pb_allocated_cpu = quotaBarHtml(allocated_cpu, max_cpu, info_str);
}
var pb_real_cpu
var pb_real_cpu
if (host_share.USED_CPU) {
var real_cpu = parseInt(host_share.USED_CPU);