jellyfin-web/dashboard-ui/log.html
Luke Pulverenti ee8e4e5e0a update text
2015-10-02 13:55:26 -04:00

27 lines
947 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>${TitleSupport}</title>
</head>
<body>
<div id="logPage" data-role="page" class="page type-interior" data-require="scripts/logpage">
<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>
<p>${HeaderServerLogFiles}</p>
<div class="serverLogs readOnlyContent">
</div>
</div>
</div>
</div>
</body>
</html>