mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
fcf003038f
commit
4909e44d00
@ -300,6 +300,10 @@ define(function(require) {
|
||||
|
||||
if (Config.provision.dashboard.isEnabled("vms")) {
|
||||
$("#provision_dashboard").append(TemplateDashboardVms());
|
||||
|
||||
if(!Config.isProvisionTabEnabled("provision-tab", "templates")){
|
||||
$('.provision_create_vm_button').hide();
|
||||
}
|
||||
|
||||
var start_time = Math.floor(new Date().getTime() / 1000);
|
||||
// ms to s
|
||||
|
Loading…
x
Reference in New Issue
Block a user