diff --git a/src/sunstone/public/js/plugins/oneflow-dashboard.js b/src/sunstone/public/js/plugins/oneflow-dashboard.js index d63e32d671..c6df0f827b 100644 --- a/src/sunstone/public/js/plugins/oneflow-dashboard.js +++ b/src/sunstone/public/js/plugins/oneflow-dashboard.js @@ -19,4 +19,4 @@ var oneflow_dashboard_tab = { } -Sunstone.addMainTab('oneflow_dashboard_tab',oneflow_dashboard_tab); +Sunstone.addMainTab('oneflow-dashboard',oneflow_dashboard_tab); diff --git a/src/sunstone/public/js/plugins/oneflow-services.js b/src/sunstone/public/js/plugins/oneflow-services.js index faeaa330f8..acf83c033a 100644 --- a/src/sunstone/public/js/plugins/oneflow-services.js +++ b/src/sunstone/public/js/plugins/oneflow-services.js @@ -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); diff --git a/src/sunstone/public/js/plugins/oneflow-templates.js b/src/sunstone/public/js/plugins/oneflow-templates.js index 58ab8ac86d..adf8ee1621 100644 --- a/src/sunstone/public/js/plugins/oneflow-templates.js +++ b/src/sunstone/public/js/plugins/oneflow-templates.js @@ -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);