mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update some old string references
This commit is contained in:
parent
4df59cc345
commit
ed812281bc
5 changed files with 20 additions and 40 deletions
|
@ -1,30 +1,20 @@
|
|||
<div id="dashboardPage" data-role="page" class="page type-interior dashboardHomePage fullWidthContent">
|
||||
|
||||
<div class="content-primary">
|
||||
|
||||
<div class="dashboardSections" style="padding-top:.5em;">
|
||||
|
||||
<div class="dashboardColumn dashboardColumn-2-60 dashboardColumn-3-46">
|
||||
<div class="dashboardSection" style="padding-left: 0;">
|
||||
<div class="flex align-items-center">
|
||||
|
||||
<h3 class="serverNameHeader" style="margin: 0;"></h3>
|
||||
<button is="paper-icon-button-light" type="button" class="btnEditServerName" style="margin-left: .5em;">
|
||||
<i class="md-icon">mode_edit</i>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="paperList" style="padding: 1em;">
|
||||
<p id="appVersionNumber">
|
||||
</p>
|
||||
<p id="appVersionNumber"></p>
|
||||
<p id="ports"></p>
|
||||
|
||||
<p class="localUrl"></p>
|
||||
|
||||
<p class="externalUrl"></p>
|
||||
<p class="hide">
|
||||
<a class="btnConnectionHelp" href="#" is="emby-linkbutton">${HowToConnectFromEmbyApps}</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div style="margin-top:1em;">
|
||||
|
@ -36,13 +26,11 @@
|
|||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
<div style="margin-top: 2em;" class="runningTasksContainer hide">
|
||||
<h3>${HeaderRunningTasks}</h3>
|
||||
<div id="divRunningTasks" class="paperList" style="padding: 1em;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="dashboardSection" style="padding-left: 0;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue