mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
Fix oneflow parent tab
This commit is contained in:
parent
d83c40e96e
commit
ab47aee42f
@ -19,4 +19,4 @@ var oneflow_dashboard_tab = {
|
||||
}
|
||||
|
||||
|
||||
Sunstone.addMainTab('oneflow_dashboard_tab',oneflow_dashboard_tab);
|
||||
Sunstone.addMainTab('oneflow-dashboard',oneflow_dashboard_tab);
|
||||
|
@ -1127,7 +1127,7 @@ var services_tab = {
|
||||
content: service_tab_content,
|
||||
buttons: service_buttons,
|
||||
tabClass: 'subTab',
|
||||
parentTab: 'oneflow_dashboard_tab'
|
||||
parentTab: 'oneflow-dashboard'
|
||||
}
|
||||
|
||||
Sunstone.addActions(service_actions);
|
||||
|
@ -589,7 +589,7 @@ var service_templates_tab = {
|
||||
content: service_template_tab_content,
|
||||
buttons: service_template_buttons,
|
||||
tabClass: 'subTab',
|
||||
parentTab: 'oneflow_dashboard_tab'
|
||||
parentTab: 'oneflow-dashboard'
|
||||
}
|
||||
|
||||
Sunstone.addActions(service_template_actions);
|
||||
|
Loading…
x
Reference in New Issue
Block a user