diff --git a/dashboard-ui/scripts/pluginspage.js b/dashboard-ui/scripts/pluginspage.js index fe531b8c58..8856afd368 100644 --- a/dashboard-ui/scripts/pluginspage.js +++ b/dashboard-ui/scripts/pluginspage.js @@ -41,9 +41,11 @@ html += "
  • "; - var href = configPage ? Dashboard.getConfigurationPageUrl(configPage.Name) : "#"; - - html += ""; + if (configPage) { + html += ""; + } else { + html += ""; + } html += "

    " + plugin.Name + "

    ";