jellyfin-web/dashboard-ui/scheduledtasks.html
2016-08-21 13:58:33 -04:00

25 lines
781 B
HTML

<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">
<style>
.taskProgressOuter {
height: 6px;
background: #eee;
border-radius: 2px;
}
.taskProgressInner {
border-radius: 2px;
height: 100%;
background: #52B54B;
}
</style>
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
<p>${ScheduledTasksHelp}</p>
<div class="divScheduledTasks"></div>
</div>
</div>
</div>
</div>