mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
27 lines
No EOL
1.2 KiB
HTML
27 lines
No EOL
1.2 KiB
HTML
<div id="serverSecurityPage" data-role="page" class="page type-interior advancedConfigurationPage withTabs fullWidthContent" data-require="scripts/serversecurity,detailtablecss,emby-button">
|
|
<div>
|
|
<div class="content-primary">
|
|
<div class="detailSectionHeader">
|
|
<h2 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
|
|
${HeaderApiKeys}
|
|
</h2>
|
|
<button is="emby-button" type="button" class="fab btnNewKey submit" style="margin-left:1em;" title="${ButtonAdd}">
|
|
<i class="md-icon">add</i>
|
|
</button>
|
|
</div>
|
|
<p>${HeaderApiKeysHelp}</p>
|
|
<br />
|
|
<table class="tblApiKeys detailTable">
|
|
<thead>
|
|
<tr>
|
|
<th class="detailTableHeaderCell"></th>
|
|
<th class="detailTableHeaderCell">${HeaderApiKey}</th>
|
|
<th class="detailTableHeaderCell">${HeaderApp}</th>
|
|
<th class="detailTableHeaderCell">${HeaderDateIssued}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody class="resultBody"></tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div> |