26 lines
860 B
HTML
26 lines
860 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Prometheus Time Series Collection and Processing Server</title>
|
|
<script src="/static/vendor/js/jquery.min.js"></script>
|
|
<link type="text/css" rel="stylesheet" href="/static/css/prometheus.css">
|
|
{{template "head" .}}
|
|
</head>
|
|
|
|
<body>
|
|
<div id="navigation">
|
|
<a href="/graph">Graph & Console</a>
|
|
<a href="/">Status</a>
|
|
<a href="/databases">Databases</a>
|
|
<a href="/alerts">Alerts</a>
|
|
{{ define "user_dashboard_link" }}{{ end }}
|
|
{{ template "user_dashboard_link" .}}
|
|
|
|
<!-- Help should preferentially be the right-most element. -->
|
|
<a href="https://github.com/prometheus/prometheus/wiki" target="_blank">Help</a>
|
|
</div>
|
|
{{template "content" .}}
|
|
</body>
|
|
</html>
|