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/mysync.html

23 lines
651 B
HTML
Raw Normal View History

<div id="mySyncActivityPage" data-role="page" class="page libraryPage syncActivityPage mySyncPage noSecondaryNavPage" data-title="${TitleSync}">
2014-12-31 01:24:49 -05:00
2016-08-17 01:29:05 -04:00
<style>
.status-text-icon {
2016-08-17 15:28:43 -04:00
font-size: 94%;
2016-08-17 01:29:05 -04:00
background-color: #444;
2016-08-17 15:28:43 -04:00
display: inline-flex;
align-items: center;
text-align: center;
justify-content: center;
2016-08-17 01:29:05 -04:00
}
2016-08-17 15:28:43 -04:00
2016-08-17 01:29:05 -04:00
.zeroProgressStatus {
background-color: #444;
}
</style>
2014-12-31 01:24:49 -05:00
2017-04-18 13:48:27 -04:00
<div class="padded-left padded-right padded-top padded-bottom-page" style="clear:both;">
2017-04-12 13:07:49 -04:00
<div class="syncActivity">
2014-12-31 01:24:49 -05:00
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>