diff --git a/webui.dev/js/marshaller.js b/webui.dev/js/marshaller.js index b79e2a1..c6fa460 100644 --- a/webui.dev/js/marshaller.js +++ b/webui.dev/js/marshaller.js @@ -178,7 +178,7 @@ function marshalDashboardStructureToHtml (json) { } } - if (rootGroup.querySelectorAll('action-button').length > 0 && json.dashboards.length > 0) { + if (rootGroup.querySelectorAll('action-button').length === 0 && json.dashboards.length > 0) { nav.querySelector('li[title="Actions"]').style.display = 'none' showSection(json.dashboards[0].title)