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

14 lines
552 B
HTML
Raw Normal View History

2016-04-13 02:02:07 -04:00
<div id="syncJobPage" data-role="page" class="page type-interior syncConfigurationPage syncJobPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Sync" data-require="scripts/syncjob,paper-fab,paper-item-body,paper-icon-item">
2014-12-31 01:24:49 -05:00
2016-03-16 01:33:31 -04:00
<div data-role="content">
<div class="content-primary">
2014-12-31 01:24:49 -05:00
2016-03-16 01:33:31 -04:00
<div class="readOnlyContent">
<form class="syncJobForm"></form>
<br />
<br />
<div class="jobItems"></div>
2014-12-31 01:24:49 -05:00
</div>
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>