summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-24 21:13:30 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-24 21:13:30 -0600
commit6d30f3b14c3f446224daf562df9e63f29583794b (patch)
tree13537db586727b817b2bed89d62a5011610d5eb4 /web/templates
parent1dfd8c78c99e3d1556b6845b76c457d16c3dcf94 (diff)
downloadchat-6d30f3b14c3f446224daf562df9e63f29583794b.tar.gz
chat-6d30f3b14c3f446224daf562df9e63f29583794b.tar.bz2
chat-6d30f3b14c3f446224daf562df9e63f29583794b.zip
PLT-7 client infra for loc
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/admin_console.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/web/templates/admin_console.html b/web/templates/admin_console.html
index 0e37a4660..08c90493e 100644
--- a/web/templates/admin_console.html
+++ b/web/templates/admin_console.html
@@ -6,11 +6,7 @@
<body>
<script src="/static/js/Chart.min.js"></script>
-<div id='error_bar'></div>
-
-<div id='admin_controller' class='container-fluid'></div>
-
-<div id='select_team_modal'></div>
+<div id='admin_controller'></div>
<script>
window.setup_admin_console_page({{ .Props }});