summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xweb/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 8067ade073..4b70d01eb5 100755
--- a/web/index.html
+++ b/web/index.html
@@ -710,6 +710,7 @@ function prepareScreen(data) {
options.data = data;
options.hostname = data.hostname;
document.getElementById('hostname').innerHTML = options.hostname;
+ document.getElementById('hostname').href = NETDATA.serverDefault;
document.title = options.hostname + ' dashboard';
var charts = data.charts;