diff --git a/public/views/index.template.html b/public/views/index.template.html index ad55f810d0e..606db2c769e 100644 --- a/public/views/index.template.html +++ b/public/views/index.template.html @@ -145,6 +145,29 @@ } } + /* Fail info */ + .preloader__text--fail { + display: none; + } + + /* stop logo animation */ + .preloader--done .preloader__bounce, + .preloader--done .preloader__logo { + animation-name: none; + display: none; + } + + .preloader--done .preloader__logo, + .preloader--done .preloader__text { + display: none; + color: #ff5705 !important; + font-size: 15px; + } + + .preloader--done .preloader__text--fail { + display: block; + } + [ng\:cloak], [ng-cloak], .ng-cloak { @@ -159,6 +182,20 @@
+ If your 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_path setting includes subpath
+ 3. If you have a local dev build make sure you build frontend using: npm run dev, npm run watch, or npm run
+ build
+ 4. Sometimes restarting grafana-server can help
+