summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-01-24 03:23:54 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-01-24 03:23:54 +0200
commitfffcbd2ba039673479c0aea235a60a2b99cf54d3 (patch)
treedad54ab5779e4e614f5488985f239d03fba76b68
parente4d812049fe669091e7ee6ecc22da10e36827c31 (diff)
clicking the hostname refreshes the same path #44
-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;