diff options
| author | Monty Taylor <mordred@inaugust.com> | 2018-08-23 22:49:39 -0500 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2018-08-23 22:49:39 -0500 |
| commit | 67c1f59c791a4d559e1b00851328e3c59a019596 (patch) | |
| tree | 57b093aa4284b1c28ca4eb035775596ddb0f3d73 /src/task-report.html | |
| parent | 2a0d7e1287a035be69265eebbed53ee94eca31af (diff) | |
Remove jquery and task-report
task-report is hideously out of date and doesn't work. And we don't
actually use jquery.
Diffstat (limited to 'src/task-report.html')
| -rw-r--r-- | src/task-report.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/task-report.html b/src/task-report.html deleted file mode 100644 index 0203d21..0000000 --- a/src/task-report.html +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | <html xmlns="http://www.w3.org/1999/xhtml" | ||
| 2 | xmlns:py="http://genshi.edgewall.org/" | ||
| 3 | lang="en"> | ||
| 4 | <HEAD> | ||
| 5 | <TITLE>Task Report</TITLE> | ||
| 6 | |||
| 7 | <script type="text/javascript" | ||
| 8 | src="http://status.openstack.org/jquery.min.js"></script> | ||
| 9 | <script type="text/javascript" | ||
| 10 | src="http://status.openstack.org/jquery-visibility.min.js"></script> | ||
| 11 | <script type="text/javascript" | ||
| 12 | src="http://status.openstack.org/jquery-graphite.js"></script> | ||
| 13 | <script type="text/javascript" | ||
| 14 | src="http://status.openstack.org/common.js"></script> | ||
| 15 | |||
| 16 | </HEAD> | ||
| 17 | |||
| 18 | <BODY> | ||
| 19 | |||
| 20 | <div class="container" id="graph-container"> | ||
| 21 | <h2> Job Stats </h2> | ||
| 22 | <script type="text/javascript" src="js/task-report.js"></script> | ||
| 23 | </div> | ||
| 24 | |||
| 25 | </BODY> | ||
| 26 | </html> | ||
