mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add network share config
This commit is contained in:
parent
cf2c7ca241
commit
4dae2fdc32
13 changed files with 278 additions and 110 deletions
|
@ -35,7 +35,9 @@
|
|||
</p>
|
||||
<p id="newVersionNumber"></p>
|
||||
<div id="btnUpdateApplicationContainer">
|
||||
<button id="btnUpdateApplication" type="button" data-icon="arrow-d" data-theme="b" onclick="DashboardPage.updateApplication();">${ButtonUpdateNow}</button>
|
||||
<button id="btnUpdateApplication" is="emby-button" type="button" class="raised block" onclick="DashboardPage.updateApplication();">
|
||||
<span>${ButtonUpdateNow}</span>
|
||||
</button>
|
||||
</div>
|
||||
<div id="btnManualUpdateContainer">
|
||||
<a href="http://emby.media/download" target="_blank">${PleaseUpdateManually}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue