diff --git a/dashboard-ui/addplugin.html b/dashboard-ui/addplugin.html
index ed45f786a5..0896c31ca2 100644
--- a/dashboard-ui/addplugin.html
+++ b/dashboard-ui/addplugin.html
@@ -19,9 +19,8 @@
Install
-
-
-
+
+
diff --git a/dashboard-ui/plugincatalog.html b/dashboard-ui/plugincatalog.html
index 82219ec309..cde52fc62b 100644
--- a/dashboard-ui/plugincatalog.html
+++ b/dashboard-ui/plugincatalog.html
@@ -13,7 +13,7 @@
Plugin Catalog
Automatic Updates
-
+
diff --git a/dashboard-ui/scripts/addpluginpage.js b/dashboard-ui/scripts/addpluginpage.js
index 76336d9074..10e96ee0c3 100644
--- a/dashboard-ui/scripts/addpluginpage.js
+++ b/dashboard-ui/scripts/addpluginpage.js
@@ -34,7 +34,8 @@
$("#btnInstallDiv", page).show();
$("#nonServerMsg", page).hide();
}else {
- $("#btnInstallDiv", page).hide();
+ $("#btnInstallDiv", page).hide();
+ $("#pSelectVersion", page).hide();
$("#nonServerMsg", page).html("This plugin must be installed from "+pkg.targetSystem).show();
}