aboutsummaryrefslogtreecommitdiff
path: root/lava_scheduler_app/templates/lava_scheduler_app
diff options
context:
space:
mode:
authorStevan Radakovic <stevan.radakovic@linaro.org>2017-10-18 18:25:42 +0200
committerNeil Williams <neil.williams@linaro.org>2017-11-16 09:22:32 +0000
commit05dbbb7f7ed67b6a3e0c2e3bf204f6efff31adcd (patch)
tree5acb7140369a0eeca45bba38650828c17b879e40 /lava_scheduler_app/templates/lava_scheduler_app
parentf5b7f16f535752c5bc01031d83d6699888425873 (diff)
LAVA-1063 and LAVA-1064 - Drop dashboard app.
Remove dashboard app models and add accompanying migration. Drop dashboard app code. Adjust dashboard xmlrpc to return empty object. Change-Id: I24bba3370e19a6412c810d619db0a736f97ee740
Diffstat (limited to 'lava_scheduler_app/templates/lava_scheduler_app')
-rw-r--r--lava_scheduler_app/templates/lava_scheduler_app/_content.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/lava_scheduler_app/templates/lava_scheduler_app/_content.html b/lava_scheduler_app/templates/lava_scheduler_app/_content.html
index 453ea4e16..6cea32897 100644
--- a/lava_scheduler_app/templates/lava_scheduler_app/_content.html
+++ b/lava_scheduler_app/templates/lava_scheduler_app/_content.html
@@ -3,7 +3,5 @@
{% block extrahead %}
{{ block.super }}
{% include "_tablesort.html" %}
-<script type="text/javascript" src="{{ STATIC_URL }}lava_scheduler_app/js/jquery.flot.min.js"></script>
-<script type="text/javascript" src="{{ STATIC_URL }}lava_scheduler_app/js/jquery.flot.stack.js"></script>
<script type="text/javascript" src="{{ STATIC_URL }}lava_scheduler_app/js/tables.min.js"></script>
{% endblock %}