1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

plugin catalog collapsible sections, add plugin install disabled for non server plugins

This commit is contained in:
Techywarrior 2013-04-03 19:25:14 -07:00
parent ee5007c55d
commit 74631a28d5
4 changed files with 43 additions and 13 deletions

View file

@ -26,9 +26,10 @@
<select id="selectVersion" name="selectVersion"></select>
</p>
<p>
<button id="btnInstall" type="submit" data-icon="download" data-theme="b">Install</button>
<p id="btnInstallDiv" class="hide">
<button id="btnInstall" type="submit" data-icon="download" data-theme="b">Install</button>
</p>
<p id="nonServerMsg"></p>
</div>
</form>