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

18 lines
747 B
HTML
Raw Normal View History

<div id="syncActivityPage" data-role="page" class="page type-interior syncConfigurationPage syncActivityPage withTabs fullWidthContent" data-helpurl="https://web.archive.org/web/20181216120305/https://github.com/MediaBrowser/Wiki/wiki/Sync">
2014-12-12 22:56:30 -05:00
2017-05-06 15:42:17 -04:00
<div>
2016-03-16 01:33:31 -04:00
<div class="content-primary">
2014-12-12 22:56:30 -05:00
2016-06-08 01:24:25 -04:00
<div style="text-align:right;">
2016-06-18 16:31:22 -04:00
<button is="emby-button" type="button" class="raised btnSync subdued">
<span>${ButtonConvertMedia}</span>
</button>
2016-06-08 01:24:25 -04:00
<progress max="100" min="0" style="width:100px;display:none;" class="syncProgress"></progress>
</div>
<br />
2016-03-16 01:33:31 -04:00
<div class="syncActivity">
2014-12-12 22:56:30 -05:00
</div>
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>