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:
parent
e29f656626
commit
b1cba70ffd
2 changed files with 21 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue