소스 검색

Added grafana logo to repo instead of fetching it from grafana.org, Fixes #881

Torkel Ödegaard 11 년 전
부모
커밋
d22d8c4905
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/dashboards/default.json
  2. BIN
      src/img/logo_transparent_200x.png

+ 1 - 1
src/app/dashboards/default.json

@@ -17,7 +17,7 @@
           "editable": true,
           "editable": true,
           "type": "text",
           "type": "text",
           "mode": "html",
           "mode": "html",
-          "content": "<div class=\"text-center\" style=\"padding-top: 15px\">\n<img src=\"//grafana.org/assets/img/logo_transparent_200x75.png\"> \n</div>",
+          "content": "<div class=\"text-center\" style=\"padding-top: 15px\">\n<img src=\"img/logo_transparent_200x.png\"> \n</div>",
           "style": {},
           "style": {},
           "title": "Welcome to"
           "title": "Welcome to"
         }
         }

BIN
src/img/logo_transparent_200x.png