1
0
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:
Daniel Molina 2013-07-15 12:49:06 +02:00
parent d83c40e96e
commit ab47aee42f
3 changed files with 3 additions and 3 deletions

View File

@ -19,4 +19,4 @@ var oneflow_dashboard_tab = {
}
Sunstone.addMainTab('oneflow_dashboard_tab',oneflow_dashboard_tab);
Sunstone.addMainTab('oneflow-dashboard',oneflow_dashboard_tab);

View File

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

View File

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