1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F #5011: hide schedule action on VM instantiate (#793)

Signed-off-by: Frederick Borges <fborges@opennebula.io>
This commit is contained in:
Frederick Borges 2021-02-10 15:56:55 +01:00 committed by GitHub
parent d6548b6280
commit fcbde101f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 38 additions and 0 deletions

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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">