diff --git a/src/sunstone/etc/sunstone-views/kvm/admin.yaml b/src/sunstone/etc/sunstone-views/kvm/admin.yaml index 66dc84036e..c7e607dd3e 100644 --- a/src/sunstone/etc/sunstone-views/kvm/admin.yaml +++ b/src/sunstone/etc/sunstone-views/kvm/admin.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/kvm/cloud.yaml b/src/sunstone/etc/sunstone-views/kvm/cloud.yaml index f96d089565..0cfe292aca 100644 --- a/src/sunstone/etc/sunstone-views/kvm/cloud.yaml +++ b/src/sunstone/etc/sunstone-views/kvm/cloud.yaml @@ -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: diff --git a/src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml b/src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml index 96b6f73321..c50dfd7eb3 100644 --- a/src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml +++ b/src/sunstone/etc/sunstone-views/kvm/groupadmin.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/kvm/user.yaml b/src/sunstone/etc/sunstone-views/kvm/user.yaml index 56e682272d..da6d72f216 100644 --- a/src/sunstone/etc/sunstone-views/kvm/user.yaml +++ b/src/sunstone/etc/sunstone-views/kvm/user.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/mixed/admin.yaml b/src/sunstone/etc/sunstone-views/mixed/admin.yaml index 58919cff45..5824f051bc 100644 --- a/src/sunstone/etc/sunstone-views/mixed/admin.yaml +++ b/src/sunstone/etc/sunstone-views/mixed/admin.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/mixed/cloud.yaml b/src/sunstone/etc/sunstone-views/mixed/cloud.yaml index 30a91e011e..ff54e29059 100644 --- a/src/sunstone/etc/sunstone-views/mixed/cloud.yaml +++ b/src/sunstone/etc/sunstone-views/mixed/cloud.yaml @@ -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: diff --git a/src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml b/src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml index 520996b0ee..d26e803cf4 100644 --- a/src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml +++ b/src/sunstone/etc/sunstone-views/mixed/groupadmin.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/mixed/user.yaml b/src/sunstone/etc/sunstone-views/mixed/user.yaml index e24221f5af..08036ffc30 100644 --- a/src/sunstone/etc/sunstone-views/mixed/user.yaml +++ b/src/sunstone/etc/sunstone-views/mixed/user.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/vcenter/admin.yaml b/src/sunstone/etc/sunstone-views/vcenter/admin.yaml index 6debd04098..84ca29c18f 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/admin.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/admin.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/vcenter/cloud.yaml b/src/sunstone/etc/sunstone-views/vcenter/cloud.yaml index c08cf9fe81..16e9513610 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/cloud.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/cloud.yaml @@ -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: diff --git a/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml b/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml index 4ed052b897..d082173c7c 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/groupadmin.yaml @@ -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 diff --git a/src/sunstone/etc/sunstone-views/vcenter/user.yaml b/src/sunstone/etc/sunstone-views/vcenter/user.yaml index e7cf3aa557..4db90c797f 100644 --- a/src/sunstone/etc/sunstone-views/vcenter/user.yaml +++ b/src/sunstone/etc/sunstone-views/vcenter/user.yaml @@ -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 diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate/templateRow.hbs b/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate/templateRow.hbs index e5ad757832..adb20e330a 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate/templateRow.hbs +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/instantiate/templateRow.hbs @@ -120,6 +120,7 @@ {{/advancedImportationSection}} {{/isFeatureEnabled}} + {{#isFeatureEnabled "show_sched_actions_instantiate"}} {{#advancedImportationSection "" (tr "Schedule Actions for VM") }}