2013-03-27 16:40:01 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
2013-05-14 09:21:27 +00:00
|
|
|
<title>Prometheus Time Series Collection and Processing Server</title>
|
2013-04-09 10:15:05 +00:00
|
|
|
<script src="/static/vendor/js/jquery.min.js"></script>
|
2013-07-13 17:30:51 +00:00
|
|
|
|
|
|
|
<link type="text/css" rel="stylesheet" href="/static/vendor/bootstrap/css/bootstrap.css">
|
2013-04-02 17:14:02 +00:00
|
|
|
<link type="text/css" rel="stylesheet" href="/static/css/prometheus.css">
|
2013-07-13 17:30:51 +00:00
|
|
|
|
2013-04-02 17:14:02 +00:00
|
|
|
{{template "head" .}}
|
2013-03-27 16:40:01 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2013-07-13 17:30:51 +00:00
|
|
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
|
|
|
<div class="navbar-inner">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<a class="brand" href="https://github.com/prometheus/prometheus" target="_blank">Prometheus</a>
|
|
|
|
<ul class="nav">
|
|
|
|
<li>{{ define "user_dashboard_link" }}{{ end }}
|
|
|
|
{{ template "user_dashboard_link" .}}</li>
|
|
|
|
<li><a href="/alerts">Alerts</a></li>
|
|
|
|
<li><a href="/graph">Graph & Console</a></li>
|
|
|
|
<li><a href="/">Status</a></li>
|
|
|
|
<li><a href="/databases">Databases</a></li>
|
|
|
|
<li>
|
|
|
|
<a href="https://github.com/prometheus/prometheus/wiki" target="_blank">Help</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-04-02 17:14:02 +00:00
|
|
|
</div>
|
2013-03-27 16:40:01 +00:00
|
|
|
{{template "content" .}}
|
|
|
|
</body>
|
|
|
|
</html>
|