Browse Source

Merge pull request #5222 from akiomik/patch-1

Fixed assets urls in 500.html
Carl Bergquist 9 năm trước cách đây
mục cha
commit
53ecb4c1ae
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      public/views/500.html

+ 2 - 2
public/views/500.html

@@ -7,8 +7,8 @@
 
 
     <title>Grafana</title>
     <title>Grafana</title>
 
 
-    <link rel="stylesheet" href="[[.AppSubUrl]]/css/grafana.dark.min.css" title="Dark">
-    <link rel="icon" type="image/png" href="[[.AppSubUrl]]/img/fav32.png">
+    <link rel="stylesheet" href="[[.AppSubUrl]]/public/css/grafana.dark.min.css" title="Dark">
+    <link rel="icon" type="image/png" href="[[.AppSubUrl]]/public/img/fav32.png">
 
 
   </head>
   </head>