summaryrefslogtreecommitdiffstats
path: root/web/templates/admin_console.html
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-24 22:21:51 -0500
committerCorey Hulen <corey@hulen.com>2016-01-24 22:21:51 -0500
commit711594f227aa9f30e262d243d2e549ef201f24f3 (patch)
tree20787c260b429ab31ec707f4cbaca92f77c0cfc1 /web/templates/admin_console.html
parent2cfe6651922bf26f3e4d47d4caeda8aaeea1f47f (diff)
parent6d30f3b14c3f446224daf562df9e63f29583794b (diff)
downloadchat-711594f227aa9f30e262d243d2e549ef201f24f3.tar.gz
chat-711594f227aa9f30e262d243d2e549ef201f24f3.tar.bz2
chat-711594f227aa9f30e262d243d2e549ef201f24f3.zip
Merge pull request #1970 from mattermost/PLT-7-client-infra3
PLT-7 client infra for loc
Diffstat (limited to 'web/templates/admin_console.html')
-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 }});