From 0181177f8650e6870f6f87383feb44b67b995607 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 1 Sep 2010 07:50:50 -0500 Subject: Dev dashboard: enable sorting by package count Add another custom parser to the mix here so we can sort by package count, which just involves extracting the digits from the table cell contents and ignoring the text. Signed-off-by: Dan McGee --- templates/devel/index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/templates/devel/index.html b/templates/devel/index.html index dd315fd2..ee0a97d7 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -191,13 +191,22 @@ {% load cdn %}{% jquery %}