mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
0c86241c5b
* webpack poc, this is not going to work for plugins, dam * tech: webpack and systemjs for plugins starting to work * tech: webpack and systemjs combo starting to work * tech: webpack + karma tests progress * tech: webpack + karma progress * tech: working on tests * tech: webpack * tech: webpack + karma, all tests pass * tech: webpack + karma, all tests pass * tech: webpack all tests pass * webpack: getting closer * tech: webpack progress * webpack: further build refinements * webpack: ng annotate fixes * webpack: optimized build fix * tech: minor fix for elasticsearch * tech: webpack + ace editor * tech: restored lodash move mixin compatability * tech: added enzyme react test and upgraded to react v16 * tech: package version fix * tech: added testdata to built in bundle * webpack: sass progress * tech: prod & dev build is working for the sass * tech: clean up unused grunt stuff and moved to scripts folder * tech: added vendor and manifest chunks, updated readme and docs * tech: webpack finishing touches
29 lines
726 B
HTML
29 lines
726 B
HTML
<!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>
|
|
<base href="[[.AppSubUrl]]/" />
|
|
|
|
<link rel="stylesheet" href="public/build/grafana.dark.min.css" title="Dark">
|
|
<link rel="icon" type="image/png" href="public/img/fav32.png">
|
|
</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>
|