mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Signed-off-by: Frederick Borges <fborges@opennebula.io>
This commit is contained in:
parent
d6548b6280
commit
fcbde101f9
@ -99,6 +99,9 @@ features:
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
tabs:
|
||||
dashboard-tab:
|
||||
# The following widgets can be used inside any of the '_per_row' settings
|
||||
|
@ -41,6 +41,9 @@ features:
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
tabs:
|
||||
provision-tab:
|
||||
panel_tabs:
|
||||
|
@ -99,6 +99,9 @@ features:
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
tabs:
|
||||
dashboard-tab:
|
||||
# The following widgets can be used inside any of the '_per_row' settings
|
||||
|
@ -93,6 +93,9 @@ features:
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
tabs:
|
||||
dashboard-tab:
|
||||
# The following widgets can be used inside any of the '_per_row' settings
|
||||
|
@ -99,6 +99,9 @@ features:
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions to instantiate a VM
|
||||
show_sched_actions_instantiate: true
|
||||
tabs:
|
||||
dashboard-tab:
|
||||
# The following widgets can be used inside any of the '_per_row' settings
|
||||
|
@ -41,6 +41,9 @@ features:
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
tabs:
|
||||
provision-tab:
|
||||
panel_tabs:
|
||||
|
@ -99,6 +99,9 @@ features:
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
tabs:
|
||||
dashboard-tab:
|
||||
# The following widgets can be used inside any of the '_per_row' settings
|
||||
|
@ -93,6 +93,9 @@ features:
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
tabs:
|
||||
dashboard-tab:
|
||||
# The following widgets can be used inside any of the '_per_row' settings
|
||||
|
@ -99,6 +99,9 @@ features:
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
tabs:
|
||||
dashboard-tab:
|
||||
# The following widgets can be used inside any of the '_per_row' settings
|
||||
|
@ -41,6 +41,9 @@ features:
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
tabs:
|
||||
provision-tab:
|
||||
panel_tabs:
|
||||
|
@ -99,6 +99,9 @@ features:
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
tabs:
|
||||
dashboard-tab:
|
||||
# The following widgets can be used inside any of the '_per_row' settings
|
||||
|
@ -93,6 +93,9 @@ features:
|
||||
|
||||
# True to show the network configuration to instantiate Service template
|
||||
show_vnet_instantiate_flow: true
|
||||
|
||||
# True to show schedule actions section to instantiate VM
|
||||
show_sched_actions_instantiate: true
|
||||
tabs:
|
||||
dashboard-tab:
|
||||
# The following widgets can be used inside any of the '_per_row' settings
|
||||
|
@ -120,6 +120,7 @@
|
||||
</div>
|
||||
{{/advancedImportationSection}}
|
||||
{{/isFeatureEnabled}}
|
||||
{{#isFeatureEnabled "show_sched_actions_instantiate"}}
|
||||
{{#advancedImportationSection "<i class=\"fas fa-calendar-alt\"></i>" (tr "Schedule Actions for VM") }}
|
||||
<div class="row">
|
||||
<div class="large-12 columns actionContext{{element.ID}}">
|
||||
@ -129,6 +130,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{{/advancedImportationSection}}
|
||||
{{/isFeatureEnabled}}
|
||||
{{#isFeatureEnabled "show_vmgroup_instantiate"}}
|
||||
{{#advancedImportationSection "<i class=\"fas fa-folder-open\"></i>" (tr "Associate VM to a VM Group") }}
|
||||
<div class="row">
|
||||
|
Loading…
x
Reference in New Issue
Block a user