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/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/src/templates/base.html') 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