mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
18 lines
704 B
HTML
18 lines
704 B
HTML
<div id="syncActivityPage" data-role="page" class="page type-interior syncConfigurationPage syncActivityPage withTabs fullWidthContent" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Sync">
|
|
|
|
<div>
|
|
<div class="content-primary">
|
|
|
|
<div style="text-align:right;">
|
|
<button is="emby-button" type="button" class="raised btnSync subdued">
|
|
<span>${ButtonConvertMedia}</span>
|
|
</button>
|
|
<progress max="100" min="0" style="width:100px;display:none;" class="syncProgress"></progress>
|
|
</div>
|
|
<br />
|
|
<div class="syncActivity">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |