diff --git a/dashboard-ui/scripts/pluginspage.js b/dashboard-ui/scripts/pluginspage.js index c8ffe02d8f..742fd6df22 100644 --- a/dashboard-ui/scripts/pluginspage.js +++ b/dashboard-ui/scripts/pluginspage.js @@ -55,6 +55,10 @@ html += ""; } + + if (plugins.length == 0 || !plugins.length) { + html += "
  • You have no plugins installed. Click on the Plugin Catalog to view available plugins.
  • "; + } $('#ulInstalledPlugins', page).html(html).listview('refresh');