1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/log.html

18 lines
790 B
HTML
Raw Normal View History

2016-03-16 01:33:31 -04:00
<div id="logPage" data-role="page" class="page type-interior" data-require="scripts/logpage">
2013-02-20 20:33:05 -05:00
2016-03-16 01:33:31 -04:00
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="support.html" data-role="button">${TabGeneral}</a>
<a href="log.html" data-role="button" class="ui-btn-active">${TabLogs}</a>
<a href="supporterkey.html" data-role="button" class="tabSupporterMembership">${TabEmbyPremiere}</a>
<a href="about.html" data-role="button">${TabAbout}</a>
</div>
2015-05-17 21:27:48 -04:00
2016-03-16 01:33:31 -04:00
<p>${HeaderServerLogFiles}</p>
<div class="serverLogs readOnlyContent">
2015-05-17 21:27:48 -04:00
2013-02-20 20:33:05 -05:00
</div>
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>