jellyfin-web/src/apikeys.html

27 lines
1.2 KiB
HTML
Raw Normal View History

2019-06-10 15:25:07 -07:00
<div id="apiKeysPage" data-role="page" class="page type-interior advancedConfigurationPage fullWidthContent">
2017-05-06 12:42:17 -07:00
<div>
2016-03-15 22:33:31 -07:00
<div class="content-primary">
2016-03-29 20:10:01 -07:00
<div class="detailSectionHeader">
2017-10-17 12:48:17 -07:00
<h2 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
2016-03-29 20:10:01 -07:00
${HeaderApiKeys}
2017-10-17 12:48:17 -07:00
</h2>
2018-09-12 10:26:21 -07:00
<button is="emby-button" type="button" class="fab btnNewKey submit" style="margin-left:1em;" title="${ButtonAdd}">
<i class="md-icon">add</i>
2016-06-04 20:50:07 -07:00
</button>
2016-01-19 20:02:14 -07:00
</div>
2016-03-29 20:10:01 -07:00
<p>${HeaderApiKeysHelp}</p>
<br />
2017-08-03 09:21:11 -07:00
<table class="tblApiKeys detailTable">
2016-03-29 20:10:01 -07:00
<thead>
<tr>
2017-08-03 09:21:11 -07:00
<th class="detailTableHeaderCell"></th>
<th class="detailTableHeaderCell">${HeaderApiKey}</th>
<th class="detailTableHeaderCell">${HeaderApp}</th>
<th class="detailTableHeaderCell">${HeaderDateIssued}</th>
2016-03-29 20:10:01 -07:00
</tr>
</thead>
<tbody class="resultBody"></tbody>
</table>
2016-01-19 20:02:14 -07:00
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>