jellyfin-web/dashboard-ui/scheduledtasks.html

25 lines
781 B
HTML
Raw Normal View History

2016-03-15 22:33:31 -07:00
<div id="scheduledTasksPage" data-role="page" class="page type-interior scheduledTasksConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Scheduled%20tasks" data-require="scripts/scheduledtaskspage,humanedate">
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>
2016-03-15 22:33:31 -07:00
<div data-role="content">
<div class="content-primary">
2014-07-21 18:29:06 -07:00
2016-03-15 22:33:31 -07:00
<div class="readOnlyContent">
<p>${ScheduledTasksHelp}</p>
<div class="divScheduledTasks"></div>
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>
2016-03-15 22:33:31 -07:00
</div>