1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove useless dialog

This commit is contained in:
dkanada 2019-05-07 13:23:22 -07:00
parent aa14b34035
commit aac1c52a2f
29 changed files with 1 additions and 93 deletions

View file

@ -1,16 +1,14 @@
<div id="mediaLibraryPage" data-role="page" class="page type-interior mediaLibraryPage librarySectionPage withTabs fullWidthContent">
<div>
<div class="content-primary">
<div class="padded-top padded-bottom">
<button is="emby-button" type="button" class="raised btnRefresh">
<span>${ButtonScanAllLibraries}</span>
</button>
<progress max="100" min="0" style="display: inline-block; vertical-align: middle;" class="refreshProgress"></progress>
<a is="emby-linkbutton" class="raised button-alt" target="_blank" href="https://jellyfin.readthedocs.io/en/latest/server/libraries/">${Help}</a>
</div>
<div id="divVirtualFolders"></div>
</div>
</div>