diff --git a/public/views/index.html b/public/views/index.html
index ae7e4147f3e..486b9fb1b1c 100644
--- a/public/views/index.html
+++ b/public/views/index.html
@@ -43,6 +43,7 @@
display: flex;
justify-content: center;
align-items: center;
+ margin: 0 32px;
}
.preloader__enter {
@@ -158,10 +159,37 @@
font-size: 15px;
}
+ .theme-light .preloader--done .preloader__text {
+ color: #52545c !important;
+ }
+
.preloader--done .preloader__text--fail {
display: block;
}
+ .preloader--done .preloader__text--fail a {
+ color: white;
+ }
+
+ .theme-light .preloader--done .preloader__text--fail a {
+ color: rgb(31, 98, 224);
+ }
+
+ .preloader--done code {
+ white-space: nowrap;
+ padding: 2px 5px;
+ margin: 0px 2px;
+ font-size: 0.8rem;
+ background-color: rgb(24, 27, 31);
+ color: rgb(204, 204, 220);
+ border: 1px solid rgba(204, 204, 220, 0.2);
+ border-radius: 4px;
+ }
+
+ .preloader__error-list li {
+ margin-bottom: 8px;
+ }
+
[ng\:cloak],
[ng-cloak],
.ng-cloak {
@@ -176,25 +204,21 @@
-
- If you're seeing this Grafana has failed to load its application files
-
-
-
-
- 1. This could be caused by your reverse proxy settings.
- 2. If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath. If not
- using a reverse proxy make sure to set serve_from_sub_path to true.
-
- 3. If you have a local dev build make sure you build frontend using: yarn start, or yarn build
-
- 4. Sometimes restarting grafana-server can help
-
- 5. Check if you are using a non-supported browser. For more information, refer to the list of
-
- supported browsers.
-
+
+ If you're seeing this Grafana has failed to load its application files
+
+ - This could be caused by your reverse proxy settings.
+ - If you host grafana under a subpath make sure your
grafana.ini root_url setting
+ includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.
+ - If you have a local dev build make sure you build frontend using:
yarn start, or
+ yarn build.
+ - Sometimes restarting
grafana-server can help.
+ - Check if you are using a non-supported browser. For more information, refer to the list of
+
+ supported browsers .
+
+