mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
centralize oauth http calls, validate response status (#8470)
This commit is contained in:
committed by
Torkel Ödegaard
parent
60d5d5fb15
commit
8422697199
@@ -4,33 +4,21 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
||||
<title>Grafana - Error</title>
|
||||
|
||||
<link href='[[.AppSubUrl]]/public/css/fonts.min.css' rel='stylesheet' type='text/css'>
|
||||
|
||||
<link rel="stylesheet" href="[[.AppSubUrl]]/public/css/grafana.dark.min.css">
|
||||
|
||||
<link href='[[.AppSubUrl]]/public/css/fonts.min.css' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="[[.AppSubUrl]]/public/css/grafana.dark.min.css">
|
||||
<link rel="icon" type="image/png" href="[[.AppSubUrl]]/public/img/fav32.png">
|
||||
|
||||
<base href="[[.AppSubUrl]]/" />
|
||||
|
||||
<base href="[[.AppSubUrl]]/" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="page-container">
|
||||
<div class="page-header">
|
||||
<h1>
|
||||
Server side error :(
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<h4>[[.Title]]</h4>
|
||||
|
||||
<pre>[[.ErrorMsg]]</pre>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<body>
|
||||
<div class="page-container">
|
||||
<div class="page-header">
|
||||
<h1>Server side error :(</h1>
|
||||
</div>
|
||||
<h4>[[.Title]]</h4>
|
||||
[[if .ErrorMsg]]
|
||||
<pre>[[.ErrorMsg]]</pre>
|
||||
[[end]]
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user