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

19 lines
487 B
HTML
Raw Normal View History

2013-02-20 20:33:05 -05: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">
2013-12-25 22:44:26 -05:00
<p>Click a task to adjust it's schedule.</p>
<div id="divScheduledTasks"></div>
2013-02-20 20:33:05 -05:00
</div>
</div>
</div>
</div>
</body>
</html>