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
478 B
HTML
Raw Normal View History

2013-02-20 20:33:05 -05:00
<!DOCTYPE html>
<html>
<head>
2014-04-02 17:55:19 -04:00
<title>${ScheduledTasksTitle}</title>
2013-02-20 20:33:05 -05:00
</head>
<body>
<div id="scheduledTasksPage" data-role="page" class="page type-interior">
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
2014-04-02 17:55:19 -04:00
<p>${ScheduledTasksHelp}</p>
<div id="divScheduledTasks"></div>
2013-02-20 20:33:05 -05:00
</div>
</div>
</div>
</div>
</body>
</html>