summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-12-06 01:13:13 +0200
committerGitHub <noreply@github.com>2018-12-06 01:13:13 +0200
commit972e4033b54d84e20a860baa9e51cfc144d2c476 (patch)
treec9f3b9c0b474d12fe123fbef6808a4051aa9be14 /web
parent7c5b00e02ce2d1ea6d84a7fc3b63de95d9b515cf (diff)
use relative path for logo (#4927)
Diffstat (limited to 'web')
-rw-r--r--web/gui/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/index.html b/web/gui/index.html
index 711b1fd77c..05b64d2718 100644
--- a/web/gui/index.html
+++ b/web/gui/index.html
@@ -76,7 +76,7 @@
<nav id="mynetdata_nav" class="collapse navbar-collapse navbar-left hidden-sm hidden-xs" role="navigation" style="padding-right: 20px;">
<ul class="nav navbar-nav">
<li data-placement="right" style="line-height: 50px; margin-right: 15px" title="Netdata Agent">
- <img src="/images/netdata-logomark.svg" height="32"/>
+ <img src="images/netdata-logomark.svg" height="32"/>
</li>
<li class="dropdown" id="myNetdataDropdownParent" title="your other netdata servers" data-toggle="tooltip" data-placement="right">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">my-netdata <strong class="caret"></strong></a>