diff --git a/src/assets/static/index.html b/src/assets/static/index.html
index f95cbb46..dc7f3626 100644
--- a/src/assets/static/index.html
+++ b/src/assets/static/index.html
@@ -223,6 +223,10 @@
newrow += "
Domains | " +
alldata[index].domains[domainindex] + " |
";
}
+ for (var locindex in alldata[index].locations) {
+ newrow += "
Locations | " +
+ alldata[index].locations[locindex] + " |
";
+ }
newrow += "
Ip | " + alldata[index].bind_addr + " |
";
newrow += "
Status | " + alldata[index].stat + " |
";
newrow += "
Encryption | " + alldata[index].use_encryption + " |
";