]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/web/fireinfo.py
fireinfo: List all countries in which IPFire is running
[ipfire.org.git] / src / web / fireinfo.py
index 3fa99547391f7355316d75f8dd6a957550850dec..18fd07b437ccc23d5d29098e9edb48caaaffed7e 100644 (file)
@@ -166,6 +166,9 @@ class IndexHandler(BaseHandler):
                        # Virtualization
                        "hypervisors"    : self.fireinfo.get_hypervisor_map(when=self.when),
                        "virtual_ratio"  : self.fireinfo.get_virtual_ratio(when=self.when),
+
+                       # Location
+                       "locations"      : self.fireinfo.get_geo_location_map(when=self.when),
                }
 
                # Cache for 1h