2019-01-23 11:33:34 +00:00
|
|
|
<div id="dashboardPage" data-role="page" class="page type-interior dashboardHomePage fullWidthContent">
|
2013-02-20 20:33:05 -05:00
|
|
|
|
2017-06-18 03:09:29 -04:00
|
|
|
<div class="content-primary">
|
2014-03-07 10:53:23 -05:00
|
|
|
|
2017-10-17 15:48:17 -04:00
|
|
|
<div class="dashboardSections" style="padding-top:.5em;">
|
2013-06-02 10:33:51 -04:00
|
|
|
|
2017-06-22 01:51:35 -04:00
|
|
|
<div class="dashboardColumn dashboardColumn-2-60 dashboardColumn-3-46">
|
|
|
|
<div class="dashboardSection" style="padding-left: 0;">
|
2017-10-17 15:48:17 -04:00
|
|
|
<div class="flex align-items-center">
|
|
|
|
|
|
|
|
<h3 class="serverNameHeader" style="margin: 0;"></h3>
|
2017-07-28 12:13:42 -04:00
|
|
|
<button is="paper-icon-button-light" type="button" class="btnEditServerName" style="margin-left: .5em;">
|
2017-06-18 03:09:29 -04:00
|
|
|
<i class="md-icon">mode_edit</i>
|
|
|
|
</button>
|
2017-10-17 15:48:17 -04:00
|
|
|
|
2016-03-16 01:33:31 -04:00
|
|
|
</div>
|
2017-06-18 03:09:29 -04:00
|
|
|
<div class="paperList" style="padding: 1em;">
|
|
|
|
<p id="appVersionNumber">
|
|
|
|
</p>
|
|
|
|
<p id="ports"></p>
|
2013-07-06 21:41:20 -04:00
|
|
|
|
2017-06-18 03:09:29 -04:00
|
|
|
<p class="localUrl"></p>
|
2018-12-29 01:48:31 +01:00
|
|
|
|
|
|
|
<p class="externalUrl"></p>
|
2017-06-18 03:09:29 -04:00
|
|
|
<p class="hide">
|
2017-06-28 15:25:44 -04:00
|
|
|
<a class="btnConnectionHelp" href="#" is="emby-linkbutton">${HowToConnectFromEmbyApps}</a>
|
2017-06-18 03:09:29 -04:00
|
|
|
</p>
|
2017-10-17 15:48:17 -04:00
|
|
|
</div>
|
|
|
|
|
2018-09-12 19:26:21 +02:00
|
|
|
<div style="margin-top:1em;">
|
|
|
|
<button is="emby-button" type="button" id="btnRestartServer" class="raised hide" onclick="DashboardPage.restart(this);" style="margin-left:0;">
|
2017-10-17 15:48:17 -04:00
|
|
|
<span>${ButtonRestart}</span>
|
|
|
|
</button>
|
2018-09-12 19:26:21 +02:00
|
|
|
<button is="emby-button" type="button" id="btnShutdown" class="raised" onclick="DashboardPage.shutdown(this);">
|
2017-10-17 15:48:17 -04:00
|
|
|
<span>${ButtonShutdown}</span>
|
|
|
|
</button>
|
2016-05-20 01:36:57 -04:00
|
|
|
</div>
|
|
|
|
|
2017-06-18 03:09:29 -04:00
|
|
|
|
2017-07-10 03:36:29 -04:00
|
|
|
<div style="margin-top: 2em;" class="runningTasksContainer hide">
|
2017-10-17 15:48:17 -04:00
|
|
|
<h3>${HeaderRunningTasks}</h3>
|
2017-06-22 01:51:35 -04:00
|
|
|
<div id="divRunningTasks" class="paperList" style="padding: 1em;">
|
2014-01-18 16:52:01 -05:00
|
|
|
</div>
|
2013-07-06 21:41:20 -04:00
|
|
|
</div>
|
2017-06-20 15:36:34 -04:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2017-06-22 01:51:35 -04:00
|
|
|
<div class="dashboardSection" style="padding-left: 0;">
|
2018-09-12 19:26:21 +02:00
|
|
|
<a is="emby-linkbutton" href="devices/devices.html" style="margin-left:.8em!important;" class="button-flat sectionTitleTextButton">
|
|
|
|
<h3 style="margin:0;">${HeaderActiveDevices}</h3>
|
|
|
|
<i class="md-icon"></i>
|
|
|
|
</a>
|
2017-06-20 15:36:34 -04:00
|
|
|
<div class="activeDevices itemsContainer vertical-wrap">
|
|
|
|
</div>
|
2017-06-22 01:51:35 -04:00
|
|
|
</div>
|
2017-06-18 03:09:29 -04:00
|
|
|
</div>
|
2014-07-11 00:27:46 -04:00
|
|
|
|
2017-06-22 01:51:35 -04:00
|
|
|
<div class="dashboardColumn dashboardColumn-2-40 dashboardColumn-3-27">
|
|
|
|
<div class="dashboardSection">
|
2018-09-12 19:26:21 +02:00
|
|
|
<a is="emby-linkbutton" href="serveractivity.html?useractivity=true" class="button-flat sectionTitleTextButton">
|
|
|
|
<h3>${HeaderActivity}</h3>
|
|
|
|
<i class="md-icon"></i>
|
|
|
|
</a>
|
|
|
|
<div class="paperList userActivityItems" data-activitylimit="7" data-useractivity="true">
|
2017-06-20 15:36:34 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-06-22 01:51:35 -04:00
|
|
|
<div class="dashboardColumn dashboardColumn-3-27">
|
2017-10-17 15:48:17 -04:00
|
|
|
|
2017-07-18 13:33:45 -04:00
|
|
|
<div class="dashboardSection activeRecordingsSection hide">
|
2017-10-17 15:48:17 -04:00
|
|
|
<h3>${HeaderActiveRecordings}</h3>
|
2017-07-18 13:33:45 -04:00
|
|
|
<div class="activeRecordingItems vertical-wrap" is="emby-itemscontainer">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="dashboardSection serverActivitySection hide activityContainer">
|
|
|
|
<a is="emby-linkbutton" href="serveractivity.html?useractivity=false" class="button-flat sectionTitleTextButton">
|
|
|
|
<h3>${Alerts}</h3>
|
|
|
|
<i class="md-icon"></i>
|
|
|
|
</a>
|
|
|
|
<div class="paperList serverActivityItems" data-activitylimit="4" data-useractivity="false">
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-03-06 16:22:40 +09:00
|
|
|
|
2019-01-10 21:12:58 +01:00
|
|
|
<div class="dashboardSection">
|
2019-03-06 16:22:40 +09:00
|
|
|
<a is="emby-linkbutton" href="dashboardgeneral.html" class="button-flat sectionTitleTextButton">
|
|
|
|
<h3>${HeaderPaths}</h3>
|
|
|
|
<i class="md-icon"></i>
|
|
|
|
</a>
|
2019-01-10 21:12:58 +01:00
|
|
|
<div class="paperList">
|
|
|
|
<div class="listItem listItem-border">
|
|
|
|
<div class="listItemBody two-line">
|
|
|
|
<div class="listItemBodyText secondary" style="margin:0;">${LabelCache}</div>
|
|
|
|
<div class="listItemBodyText" id="cachePath"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="listItem listItem-border">
|
|
|
|
<div class="listItemBody two-line">
|
|
|
|
<div class="listItemBodyText secondary" style="margin:0;">${LabelLogs}</div>
|
|
|
|
<div class="listItemBodyText" id="logPath"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="listItem listItem-border">
|
|
|
|
<div class="listItemBody two-line">
|
|
|
|
<div class="listItemBodyText secondary" style="margin:0;">${LabelMetadata}</div>
|
|
|
|
<div class="listItemBodyText" id="metadataPath"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="listItem listItem-border">
|
|
|
|
<div class="listItemBody two-line">
|
|
|
|
<div class="listItemBodyText secondary" style="margin:0;">${LabelTranscodingTemporaryFiles}</div>
|
2019-03-11 21:31:33 -07:00
|
|
|
<div class="listItemBodyText" id="transcodePath"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="listItem listItem-border">
|
|
|
|
<div class="listItemBody two-line">
|
|
|
|
<div class="listItemBodyText secondary" style="margin:0;">${LabelWeb}</div>
|
|
|
|
<div class="listItemBodyText" id="webPath"></div>
|
2019-01-10 21:12:58 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-09-12 19:26:21 +02:00
|
|
|
|
2019-01-10 21:12:58 +01:00
|
|
|
</div>
|
2017-06-18 03:09:29 -04:00
|
|
|
</div>
|
2017-06-22 01:51:35 -04:00
|
|
|
|
2017-06-18 03:09:29 -04:00
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
|
2017-06-18 03:09:29 -04:00
|
|
|
<div class="dashboardFooter">
|
|
|
|
<div style="height:1px;" class="ui-bar-inherit"></div>
|
|
|
|
<div style="margin-top:1em;">
|
2018-12-10 23:32:13 -05:00
|
|
|
<a is="emby-linkbutton" class="button-link" href="http://jellyfin.media" target="_blank">Jellyfin</a>
|
2017-06-18 03:09:29 -04:00
|
|
|
</div>
|
2013-02-20 20:33:05 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-06-18 03:09:29 -04:00
|
|
|
|
2018-12-10 23:32:13 -05:00
|
|
|
</div>
|