2016-02-23 07:22:28 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
|
|
|
|
<title>Grafana</title>
|
2017-10-01 13:02:25 -05:00
|
|
|
<base href="[[.AppSubUrl]]/" />
|
2016-02-23 07:22:28 -06:00
|
|
|
|
2017-10-01 13:02:25 -05:00
|
|
|
<link rel="stylesheet" href="public/build/grafana.dark.min.css" title="Dark">
|
|
|
|
<link rel="icon" type="image/png" href="public/img/fav32.png">
|
2016-02-23 07:22:28 -06:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="gf-box" style="margin: 200px auto 0 auto; width: 500px;">
|
|
|
|
<div class="gf-box-header">
|
|
|
|
<span class="gf-box-title">
|
|
|
|
Proxy authentication required
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="gf-box-body">
|
|
|
|
<h4>Proxy authenticaion required</h4>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|