hide version selector on non-server plugins, align filter button
This commit is contained in:
parent
61b9aff305
commit
310456481f
3 changed files with 5 additions and 5 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue