mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<div id="syncActivityPage" data-role="page" class="page type-interior syncConfigurationPage syncActivityPage withTabs fullWidthContent" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Sync">
|
|
|
|
<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>
|
|
<div data-role="content">
|
|
<div class="content-primary">
|
|
|
|
<div style="text-align:right;">
|
|
<button is="emby-button" type="button" class="raised btnSync subdued">
|
|
<i class="md-icon">sync</i>
|
|
<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> |