mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
parent
ea9a4c4b60
commit
7b587cd1a5
@ -23,6 +23,9 @@ features:
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
instantiate_persistent: true
|
||||
|
||||
# True to allow to create machines to cloud users
|
||||
cloud_vm_create: true
|
||||
tabs:
|
||||
provision-tab:
|
||||
panel_tabs:
|
||||
|
@ -23,6 +23,9 @@ features:
|
||||
|
||||
# True to show the option to make an instance persistent
|
||||
instantiate_persistent: true
|
||||
|
||||
# True to allow to create machines to cloud users
|
||||
cloud_vm_create: true
|
||||
tabs:
|
||||
provision-tab:
|
||||
panel_tabs:
|
||||
|
@ -305,7 +305,7 @@ define(function(require) {
|
||||
if (Config.provision.dashboard.isEnabled("vms")) {
|
||||
$("#provision_dashboard").append(TemplateDashboardVms());
|
||||
|
||||
if(!Config.isProvisionTabEnabled("provision-tab", "templates")){
|
||||
if(!Config.isFeatureEnabled("cloud_vm_create")){
|
||||
$('.provision_create_vm_button').hide();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user