summaryrefslogtreecommitdiffstats
path: root/web/templates/admin_console.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/admin_console.html')
-rw-r--r--web/templates/admin_console.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/web/templates/admin_console.html b/web/templates/admin_console.html
deleted file mode 100644
index 08c90493e..000000000
--- a/web/templates/admin_console.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-{{define "admin_console"}}
-<!DOCTYPE html>
-<html>
-{{template "head" . }}
-<body>
-<script src="/static/js/Chart.min.js"></script>
-
-<div id='admin_controller'></div>
-
-<script>
- window.setup_admin_console_page({{ .Props }});
-
- $(document).ready(function(){
- $('[data-toggle="tooltip"]').tooltip();
- $('[data-toggle="popover"]').popover();
- });
-</script>
-</body>
-</html>
-{{end}}