jellyfin-web/dashboard-ui/scheduledtasks.html

22 lines
614 B
HTML
Raw Normal View History

2017-07-03 10:15:46 -07: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 10:58:33 -07:00
<style>
.taskProgressOuter {
height: 6px;
background: #eee;
border-radius: 2px;
}
.taskProgressInner {
border-radius: 2px;
height: 100%;
background: #52B54B;
}
</style>
2017-05-06 12:42:17 -07:00
<div>
2016-03-15 22:33:31 -07:00
<div class="content-primary">
2014-07-21 18:29:06 -07:00
2017-06-18 00:09:29 -07:00
<div class="divScheduledTasks readOnlyContent"></div>
2013-02-20 18:33:05 -07:00
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>