mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
21 lines
535 B
HTML
21 lines
535 B
HTML
<div id="scheduledTasksPage" data-role="page" class="page type-interior scheduledTasksConfigurationPage">
|
|
<style>
|
|
.taskProgressOuter {
|
|
height: 6px;
|
|
background: #eee;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.taskProgressInner {
|
|
border-radius: 2px;
|
|
height: 100%;
|
|
background: #00a4dc;
|
|
}
|
|
</style>
|
|
<div>
|
|
<div class="content-primary">
|
|
<div class="divScheduledTasks readOnlyContent"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|