mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Don't show IP addresses in addition to hostnames of forward destinations to save some space in the legend
This commit is contained in:
@@ -166,7 +166,7 @@ function updateForwardedOverTime() {
|
||||
if(key.indexOf("|") > -1)
|
||||
{
|
||||
var idx = key.indexOf("|");
|
||||
key = key.substr(0, idx)+" ("+key.substr(idx+1, key.length-idx)+")";
|
||||
key = key.substr(0, idx);
|
||||
}
|
||||
labels.push(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user