lowercase dashboard filenames
This commit is contained in:
parent
f1b011fa18
commit
ac31d33c0c
132 changed files with 0 additions and 0 deletions
18
dashboard-ui/scheduledtasks.html
Normal file
18
dashboard-ui/scheduledtasks.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!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>
|
||||
<ul id="ulScheduledTasks" data-role="listview" data-inset="true" data-auto-enhanced="false" data-split-icon="Play"></ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue