mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update external subs
This commit is contained in:
parent
0f37b99468
commit
10bcfa593b
13 changed files with 110 additions and 101 deletions
|
@ -4,7 +4,7 @@
|
|||
<title>${TitleLiveTV}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="liveTvStatusPage" data-role="page" class="page type-interior liveTvSettingsPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV" data-require="jqmtable,scripts/livetvstatus,scripts/taskbutton,detailtablecss">
|
||||
<div id="liveTvStatusPage" data-role="page" class="page type-interior liveTvSettingsPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Live%20TV" data-require="scripts/livetvstatus">
|
||||
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
|
@ -19,37 +19,29 @@
|
|||
|
||||
<div class="liveTvStatusContent" style="display: none;">
|
||||
|
||||
<h1>${HeaderTunerDevices}</h1>
|
||||
<paper-button raised class="submit btnAddDevice block"><iron-icon icon="add"></iron-icon><span>${ButtonAdd}</span></paper-button>
|
||||
<div>
|
||||
<h1 style="display:inline-block;vertical-align:middle;">${HeaderTunerDevices}</h1>
|
||||
<paper-fab class="btnAddDevice mini" icon="add" title="${ButtonAdd}" style="margin-left:1em;"></paper-fab>
|
||||
</div>
|
||||
<div class="devicesList">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<br />
|
||||
<h1>${HeaderGuideProviders}</h1>
|
||||
<div>
|
||||
<h1 style="display:inline-block;vertical-align:middle;">${HeaderGuideProviders}</h1>
|
||||
<paper-fab class="btnAddProvider mini" icon="add" title="${ButtonAdd}" style="margin-left:1em;"></paper-fab>
|
||||
</div>
|
||||
<p>${AddGuideProviderHelp}</p>
|
||||
<paper-button raised class="submit btnAddProvider block"><iron-icon icon="add"></iron-icon><span>${ButtonAdd}</span></paper-button>
|
||||
<div class="providerList">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<h1>${HeaderTvTuners}</h1>
|
||||
|
||||
<table data-role="table" data-mode="reflow" class="tblTuners stripedTable ui-responsive table-stroke">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>${HeaderName}</th>
|
||||
<th>${HeaderSource}</th>
|
||||
<th>${HeaderStatus}</th>
|
||||
<th>${HeaderProgram}</th>
|
||||
<th>${HeaderClients}</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="tunersResultBody"></tbody>
|
||||
</table>
|
||||
<div class="tunerList">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="servicesSection" style="display:none;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue