]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - webapp/handlers_fireinfo.py
netboot: Allow booting multiple architectures
[people/shoehn/ipfire.org.git] / webapp / handlers_fireinfo.py
index 1a8e504bea3a624d6b53024b2704b58acd4db276..29d661c9b76faea9ec8485681715470561dfc930 100644 (file)
@@ -349,6 +349,7 @@ class AdminFireinfoHandler(FireinfoBaseHandler):
 
                data = {
                        "archive_size"       : self.fireinfo.get_archive_size(when=self.when),
+                       "total_updates"      : self.fireinfo.get_total_updates_count(when=self.when),
                        "profiles_with_data" : profiles_with_data,
                        "profiles_all"       : profiles_all,
                }