jellyfin-web/dashboard-ui/scheduledtasks.html

19 lines
535 B
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Scheduled Tasks</title>
</head>
<body>
<div id="scheduledTasksPage" data-role="page" class="page type-interior">
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
<p>Below are Media Browser's scheduled tasks. Click into a task to adjust it's schedule.</p>
<div id="divScheduledTasks"></div>
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>
</div>
</body>
</html>