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

rework nav drawer

This commit is contained in:
Luke Pulverenti 2016-03-27 23:37:33 -04:00
parent 52f247c51a
commit ff8014a721
66 changed files with 5861 additions and 6234 deletions

View file

@ -1,16 +1,14 @@
<div id="logPage" data-role="page" class="page type-interior" data-require="scripts/logpage">
<div id="logPage" data-role="page" class="page type-interior">
<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 class="readOnlyContent" style="margin:0 auto;">
<div style="text-align: right; display: flex; justify-content: flex-end;">
<paper-toggle-button id="chkDebugLog">${LabelEnableDebugLogging}</paper-toggle-button>
</div>
<br/>
</div>
<p>${HeaderServerLogFiles}</p>
<div class="serverLogs readOnlyContent">
<div class="serverLogs readOnlyContent" style="margin:0 auto;">
</div>
</div>