mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
copy dashboard to the output folder and load from the file system, instead of using embedded resources
This commit is contained in:
parent
799eebc9ed
commit
4dd9477bcd
137 changed files with 1424 additions and 1438 deletions
31
dashboard-ui/log.html
Normal file
31
dashboard-ui/log.html
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Log File</title>
|
||||
</head>
|
||||
<body>
|
||||
<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">General</a>
|
||||
<a href="log.html" data-role="button" class="ui-btn-active">View Log</a>
|
||||
<a href="supporter.html" data-role="button">Become a Supporter</a>
|
||||
<a href="supporterKey.html" data-role="button">Supporter Key</a>
|
||||
<a href="about.html" data-role="button">About</a>
|
||||
</div>
|
||||
<p>
|
||||
<label for="chkAutoScroll">Auto-scroll</label>
|
||||
<input type="checkbox" id="chkAutoScroll" onchange="LogPage.updateAutoScroll(this.checked);" name="chkAutoScroll" data-inline="true" />
|
||||
</p>
|
||||
<textarea id="logContents" class="pre" style="overflow-y:hidden;"></textarea>
|
||||
<p>
|
||||
<label for="chkAutoScrollBottom">Auto-scroll</label>
|
||||
<input type="checkbox" id="chkAutoScrollBottom" name="chkAutoScrollBottom" onchange="LogPage.updateAutoScroll(this.checked);" data-inline="true" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue