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

25 lines
770 B
HTML
Raw Normal View History

<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">
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>
2016-03-16 01:33:31 -04:00
<div data-role="content">
<div class="content-primary">
2014-07-21 21:29:06 -04:00
2016-03-16 01:33:31 -04:00
<div class="readOnlyContent">
<p>${ScheduledTasksHelp}</p>
<div class="divScheduledTasks"></div>
2013-02-20 20:33:05 -05:00
</div>
</div>
</div>
2016-03-16 01:33:31 -04:00
</div>