diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-03-23 00:04:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-03-23 00:04:36 -0400 |
| commit | b20151fff373100da7946df93afb7dd4dccea3e4 (patch) | |
| tree | a16d7085c0eab807c309c94461ed60821029f1ff /MediaBrowser.WebDashboard/Html/log.html | |
| parent | 4bc27f3a65ddbffcc7b74683df72503f20df275c (diff) | |
copy dashboard to the output folder and load from the file system, instead of using embedded resources
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/log.html')
| -rw-r--r-- | MediaBrowser.WebDashboard/Html/log.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/MediaBrowser.WebDashboard/Html/log.html b/MediaBrowser.WebDashboard/Html/log.html deleted file mode 100644 index 0cc5bbbf17..0000000000 --- a/MediaBrowser.WebDashboard/Html/log.html +++ /dev/null @@ -1,31 +0,0 @@ -<!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> |
