mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display program data path and bookmark in the dashboard
This commit is contained in:
parent
040643b20d
commit
3875ea65c4
2 changed files with 26 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
|||
<p>
|
||||
Version <span id="appVersionNumber"></span>
|
||||
</p>
|
||||
<p id="ports"></p>
|
||||
<p id="pUpToDate" style="display: none;">
|
||||
<img src="css/images/checkmarkgreen.png" style="height: 20px; margin-right: 3px; position: relative; top: 4px;" />
|
||||
Media Browser Server is up to date
|
||||
|
@ -25,6 +24,9 @@
|
|||
<p id="newVersionNumber"></p>
|
||||
<button id="btnUpdateApplication" type="button" data-icon="download" data-theme="b" onclick="DashboardPage.updateApplication();">Update Now</button>
|
||||
</div>
|
||||
<p id="ports"></p>
|
||||
<p>Program data path: <span id="programDataPath"></span></p>
|
||||
<p>Bookmark url: <a id="bookmarkUrl" href="#" data-ajax="false" onclick="return !DashboardPage.bookmarkPageIfSupported(this.href);"></a></p>
|
||||
<div id="pPluginUpdates"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue