From 31bd531453317aeb2f2ccaeed67c2805600a1e54 Mon Sep 17 00:00:00 2001 From: Techywarrior Date: Mon, 8 Apr 2013 19:34:51 -0700 Subject: [PATCH] fixed missing plugin version selector --- dashboard-ui/scripts/addpluginpage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard-ui/scripts/addpluginpage.js b/dashboard-ui/scripts/addpluginpage.js index 10e96ee0c3..05286fa02a 100644 --- a/dashboard-ui/scripts/addpluginpage.js +++ b/dashboard-ui/scripts/addpluginpage.js @@ -33,6 +33,7 @@ if (pkg.targetSystem == 'Server') { $("#btnInstallDiv", page).show(); $("#nonServerMsg", page).hide(); + $("#pSelectVersion", page).show(); }else { $("#btnInstallDiv", page).hide(); $("#pSelectVersion", page).hide();