]> git.ipfire.org Git - ipfire.org.git/commitdiff
Remove the "updates in the last 24h" bit.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Aug 2012 15:04:05 +0000 (17:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Aug 2012 15:04:05 +0000 (17:04 +0200)
www/static/netboot/vesamenu.c32 [changed mode: 0644->0755]
www/templates/stasy-stats-admin.html
www/webapp/handlers_stasy.py

old mode 100644 (file)
new mode 100755 (executable)
index a5a3775..f348094
Binary files a/www/static/netboot/vesamenu.c32 and b/www/static/netboot/vesamenu.c32 differ
index 6083e2f1bea06a528448ab6f0f02dbb3aa26926d..71f759a2bf2b95c8b82dfb3fb34d3c0411b3138d 100644 (file)
@@ -23,8 +23,5 @@
                        </td>
                </tr>
        </table>
-
-       <h3>{{ _("Updates in the last 24 hours") }}</h3>
-       {{ modules.StasyTable(updated_since_24h, percentage=False, sortby="percentage") }}
 {% end block %}
 
index 0f281b74d8b67344d5597988b043e55caf547e8f..979feb00cab22f759ffe0eddb0e805229706f11a 100644 (file)
@@ -186,10 +186,10 @@ class AdminFireinfoStatsHandler(StasyBaseHandler):
                data["archives_count"] = self.stasy.get_archives_count()
 
                # updated since 24h
-               since = { "hours" : 24 }
-               updates = self.stasy.get_updates_by_release_since(since)
+               #since = { "hours" : 24 }
+               #updates = self.stasy.get_updates_by_release_since(since)
                #updates[_("All versions")] = self.stasy.get_updated_since(since).count()
-               data["updated_since_24h"] = updates
+               #data["updated_since_24h"] = updates
 
                self.render("stasy-stats-admin.html", **data)