jellyfin-web/dashboard-ui/serversecurity.html

30 lines
1.4 KiB
HTML
Raw Normal View History

2016-07-01 08:04:08 -07:00
<div id="serverSecurityPage" data-role="page" class="page type-interior advancedConfigurationPage withTabs fullWidthContent" data-require="jqmtable,scripts/serversecurity,detailtablecss,emby-button">
2016-03-15 22:33:31 -07:00
<div data-role="content">
<div class="content-primary">
2016-03-29 20:10:01 -07:00
<div class="detailSectionHeader">
<h3 style="margin:.6em 0;vertical-align:middle;display:inline-block;">
${HeaderApiKeys}
</h3>
2016-06-04 20:50:07 -07:00
<button is="emby-button" type="button" class="raised btnNewKey submit mini" style="margin-left:1em;" title="${ButtonNew}">
2016-07-23 11:43:07 -07:00
<i class="md-icon">add</i>
2016-03-29 20:10:01 -07:00
<span>${ButtonAdd}</span>
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 />
<table data-role="table" data-mode="reflow" class="tblApiKeys stripedTable ui-responsive table-stroke" style="display: table;">
<thead>
<tr>
<th></th>
<th>${HeaderApiKey}</th>
<th>${HeaderApp}</th>
<th>${HeaderDevice}</th>
<th>${HeaderUser}</th>
<th>${HeaderDateIssued}</th>
</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>