2013-03-27 09:40:01 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
2013-05-14 02:21:27 -07:00
|
|
|
<title>Prometheus Time Series Collection and Processing Server</title>
|
2013-04-09 03:15:05 -07:00
|
|
|
<script src="/static/vendor/js/jquery.min.js"></script>
|
2013-04-02 10:14:02 -07:00
|
|
|
<link type="text/css" rel="stylesheet" href="/static/css/prometheus.css">
|
|
|
|
{{template "head" .}}
|
2013-03-27 09:40:01 -07:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2013-04-02 10:14:02 -07:00
|
|
|
<div id="navigation">
|
2013-05-14 02:21:27 -07:00
|
|
|
<a href="/graph">Graph & Console</a>
|
2013-04-02 10:14:02 -07:00
|
|
|
<a href="/">Status</a>
|
2013-05-14 02:21:27 -07:00
|
|
|
<a href="/databases">Databases</a>
|
2013-06-13 07:10:05 -07:00
|
|
|
<a href="/alerts">Alerts</a>
|
2013-06-07 02:17:17 -07:00
|
|
|
{{ define "user_dashboard_link" }}{{ end }}
|
|
|
|
{{ template "user_dashboard_link" .}}
|
2013-05-14 02:21:27 -07:00
|
|
|
|
|
|
|
<!-- Help should preferentially be the right-most element. -->
|
|
|
|
<a href="https://github.com/prometheus/prometheus/wiki" target="_blank">Help</a>
|
2013-04-02 10:14:02 -07:00
|
|
|
</div>
|
2013-03-27 09:40:01 -07:00
|
|
|
{{template "content" .}}
|
|
|
|
</body>
|
|
|
|
</html>
|