jellyfin-web/dashboard-ui/scheduledtasks.html
Luke Pulverenti 33683c9408 update search
2017-05-06 15:42:17 -04:00

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