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

33 lines
1.1 KiB
HTML
Raw Normal View History

2016-08-17 01:46:15 -04:00
<div id="syncActivityPage" data-role="page" class="page type-interior syncConfigurationPage syncActivityPage withTabs fullWidthContent" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Sync">
2014-12-12 22:56:30 -05:00
2016-08-17 15:28:43 -04:00
<style>
.status-text-icon {
font-size: 94%;
background-color: #444;
display: inline-flex;
align-items: center;
text-align: center;
justify-content: center;
}
.zeroProgressStatus {
background-color: #444;
}
</style>
2016-03-16 01:33:31 -04:00
<div data-role="content">
<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">
<i class="md-icon">sync</i>
<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>