diff --git a/tmpl/admin.yaml b/tmpl/admin.yaml index a5bf9ae..e9ffa6f 100644 --- a/tmpl/admin.yaml +++ b/tmpl/admin.yaml @@ -1,14 +1,19 @@ +%set oneflow = %%getVar('activer_oneflow','non') == 'oui' small_logo: images/opennebula-5.0.png provision_logo: images/opennebula-5.0.png enabled_tabs: - dashboard-tab - instances-top-tab - vms-tab +%if %%oneflow - oneflow-services-tab +%end if - vrouters-tab - templates-top-tab - templates-tab +%if %%oneflow - oneflow-templates-tab +%end if - vrouter-templates-tab - storage-top-tab - datastores-tab @@ -341,6 +346,7 @@ tabs: VM.updateconf: true VM.edit_labels: true VM.menu_labels: true +%if %%oneflow oneflow-services-tab: panel_tabs: service_info_tab: true @@ -397,6 +403,7 @@ tabs: Service.delete: true Service.edit_labels: true Service.menu_labels: true +%end if vrouters-tab: panel_tabs: virtual_router_info_tab: true