diff options
-rw-r--r-- | rcynic/rcynic.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rcynic/rcynic.xsl b/rcynic/rcynic.xsl index 3636b586..0a387e24 100644 --- a/rcynic/rcynic.xsl +++ b/rcynic/rcynic.xsl @@ -67,6 +67,8 @@ </thead> <tbody> <xsl:for-each select="rcynic-summary/host"> + <xsl:sort order="descending" data-type="number" select="sum(*[not(self::hostname)])"/> + <xsl:sort order="ascending" data-type="text" select="hostname"/> <tr> <xsl:for-each select="*"> <xsl:variable name="p" select="position()"/> |