Commit d22d8c49 by Torkel Ödegaard

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

parent bcdc8eaf
...@@ -17,7 +17,7 @@ ...@@ -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"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment