From cde5479d94eb3ca175df8b8e3d1f7dec8b7bbda4 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 3 Oct 2017 12:21:12 -0700 Subject: Serve the OPNFV Logo Locally Because the logo is currently being pulled from an external HTTP site, the site is being listed as insecure. Adding the OPNFV logo to static content should fix the warning and keep the previous error of the logo being moved from happening. Change-Id: I13cf83aa612f5589e304699f808ff7b105611fc4 Signed-off-by: Trevor Bramwell --- dashboard/src/static/img/opnfv-logo.png | Bin 0 -> 2829 bytes dashboard/src/templates/base.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 dashboard/src/static/img/opnfv-logo.png diff --git a/dashboard/src/static/img/opnfv-logo.png b/dashboard/src/static/img/opnfv-logo.png new file mode 100644 index 0000000..1519503 Binary files /dev/null and b/dashboard/src/static/img/opnfv-logo.png differ diff --git a/dashboard/src/templates/base.html b/dashboard/src/templates/base.html index 4d8530a..ca17949 100644 --- a/dashboard/src/templates/base.html +++ b/dashboard/src/templates/base.html @@ -15,7 +15,7 @@ + src="{% static "img/opnfv-logo.png" %}"> Pharos Dashboard -- cgit 1.2.3-korg