You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.3 KiB

<%!
app_name = "DA-ITSI-CP-unix-dashboards"
css_path = "/static/app/" + app_name + "/css"
%>\
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>${"Home" + " - Unix - Splunk " + cherrypy.config.get('version_label')}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" type="text/css" href="${make_url(css_path)}/UnixSpiderGraph/UnixSpiderGraph.css" />
<link rel="stylesheet" type="text/css" href="${make_url(css_path)}/colorpicker.css" />
<link rel="stylesheet" type="text/css" href="${make_url(css_path)}/glyphicons.css" />
<link rel="stylesheet" type="text/css" href="${make_url(css_path)}/UnixSpiderGraph/UnixSpiderGraphLight.css" />
</head>
<body>
<script src="${make_url('/config?autoload=1')}" crossorigin="use-credentials"></script>
<script src="${make_url('/static/js/i18n.js')}"></script>
<script src="${make_url('/i18ncatalog?autoload=1')}"></script>
<script>
__splunkd_partials__ = ${json_decode(splunkd)};
</script>
<% page_path = "/static/app/" + app_name + "/pages/" + page + ".js" %>
<script src="${make_url(page_path)}"></script>
</body>
</html>