mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
13 lines
487 B
HTML
13 lines
487 B
HTML
<div id="mySyncJobPage" data-role="page" class="page libraryPage syncJobPage mySyncPage noSecondaryNavPage" data-title="${TitleSync}" data-menubutton="false">
|
|
|
|
<div class="padded-left padded-right padded-bottom-page">
|
|
|
|
<div class="readOnlyContent" style="margin: 0 auto;">
|
|
<h1>${HeaderSyncJobInfo}</h1>
|
|
<form class="syncJobForm"></form>
|
|
<br />
|
|
<br />
|
|
<div class="jobItems"></div>
|
|
</div>
|
|
</div>
|
|
</div> |