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

display tv service version info

This commit is contained in:
Luke Pulverenti 2014-01-17 15:51:29 -05:00
parent e29f656626
commit b1cba70ffd
2 changed files with 21 additions and 3 deletions

View file

@ -12,13 +12,14 @@
<br />
<div>
<p>Current active service: <span id="activeServiceName"></span></p>
<p>Active service: <span id="activeServiceName"></span></p>
<p>Status: <span id="activeServiceStatus"></span></p>
<p>Version: <span id="activeServiceVersion"></span></p>
</div>
<br />
<ul data-role="listview" class="ulForm">
<li>
<label for="selectActiveService">Active service: </label>
<label for="selectActiveService">Change active service: </label>
<select id="selectActiveService" data-mini="true">
</select>
<div class="fieldDescription">Although multiple tv plugins can be installed only one can be active at a time.</div>