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

22 lines
614 B
HTML
Raw Normal View History

2017-07-03 13:15:46 -04:00
<div id="scheduledTasksPage" data-role="page" class="page type-interior scheduledTasksConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Scheduled%20tasks">
2016-08-21 13:58:33 -04:00
<style>
.taskProgressOuter {
height: 6px;
background: #eee;
border-radius: 2px;
}
.taskProgressInner {
border-radius: 2px;
height: 100%;
background: #52B54B;
}
</style>
2017-05-06 15:42:17 -04:00
<div>
2016-03-16 01:33:31 -04:00
<div class="content-primary">
2014-07-21 21:29:06 -04:00
2017-06-18 03:09:29 -04:00
<div class="divScheduledTasks readOnlyContent"></div>
2013-02-20 20:33:05 -05:00
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>