Merge branch '2.6.0/master'
This commit is contained in:
commit
b8b2bf5341
@ -219,7 +219,7 @@ tabs:
|
|||||||
scheduling: true
|
scheduling: true
|
||||||
hybrid: true
|
hybrid: true
|
||||||
other: true
|
other: true
|
||||||
%if %%getVar('activer_oneflow','non')
|
%if %%oneflow
|
||||||
oneflow-templates-tab:
|
oneflow-templates-tab:
|
||||||
panel_tabs:
|
panel_tabs:
|
||||||
service_template_info_tab: true
|
service_template_info_tab: true
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
%set oneflow = %%getVar('activer_oneflow','non') == 'oui'
|
|
||||||
provision_logo: images/opennebula-5.0.png
|
provision_logo: images/opennebula-5.0.png
|
||||||
enabled_tabs:
|
enabled_tabs:
|
||||||
- provision-tab
|
- provision-tab
|
||||||
@ -29,9 +28,6 @@ tabs:
|
|||||||
vm_template_tab: false
|
vm_template_tab: false
|
||||||
vm_log_tab: false
|
vm_log_tab: false
|
||||||
provision_tabs:
|
provision_tabs:
|
||||||
%if %%oneflow
|
|
||||||
flows: true
|
|
||||||
%end if
|
|
||||||
templates: true
|
templates: true
|
||||||
actions: &provisionactions
|
actions: &provisionactions
|
||||||
# In the cloud view, delete is the equivalent
|
# In the cloud view, delete is the equivalent
|
||||||
|
@ -183,9 +183,7 @@
|
|||||||
# - other
|
# - other
|
||||||
|
|
||||||
:routes:
|
:routes:
|
||||||
%if %%getVar('activer_oneflow', 'non') == 'oui'
|
|
||||||
- oneflow
|
- oneflow
|
||||||
%end if
|
|
||||||
%if %%getVar('activer_market_views', 'non') == 'oui'
|
%if %%getVar('activer_market_views', 'non') == 'oui'
|
||||||
- appmarket
|
- appmarket
|
||||||
%end if
|
%end if
|
||||||
|
Loading…
Reference in New Issue
Block a user