@ -4464,6 +4464,12 @@ Return four values: a set of nodes, edges, weights, and a new->old edge mapping.
@@ -4464,6 +4464,12 @@ Return four values: a set of nodes, edges, weights, and a new->old edge mapping.
@ -4557,7 +4563,15 @@ Return four values: a set of nodes, edges, weights, and a new->old edge mapping.
@@ -4557,7 +4563,15 @@ Return four values: a set of nodes, edges, weights, and a new->old edge mapping.
@ -3369,7 +3372,10 @@ Returns the number of requests counted, including this one."
@@ -3369,7 +3372,10 @@ Returns the number of requests counted, including this one."
@ -3565,7 +3571,8 @@ Returns the number of requests counted, including this one."
@@ -3565,7 +3571,8 @@ Returns the number of requests counted, including this one."
@ -3576,27 +3583,28 @@ Returns the number of requests counted, including this one."
@@ -3576,27 +3583,28 @@ Returns the number of requests counted, including this one."
"nowhere")))
(:p
:class"govuk-body-l"
(cond
((>secs-old90)
(who:htm
(:strong
:class"govuk-tag govuk-tag--red"
(who:fmt"Very Stale"))))
((>secs-old30)
(who:htm
(:strong
:class"govuk-tag govuk-tag--red"
(who:fmt"Stale"))))
((>secs-old15)
(who:htm
(:strong
:class"govuk-tag govuk-tag--orange"
"Intermittent")))
(t
(who:htm
(:strong
:class"govuk-tag govuk-tag--turquoise"
"Active"))))
(unless(string=line-code"X")
(cond
((>secs-old90)
(who:htm
(:strong
:class"govuk-tag govuk-tag--red"
(who:fmt"Very Stale"))))
((>secs-old30)
(who:htm
(:strong
:class"govuk-tag govuk-tag--red"
(who:fmt"Stale"))))
((>secs-old15)
(who:htm
(:strong
:class"govuk-tag govuk-tag--orange"
"Intermittent")))
(t
(who:htm
(:strong
:class"govuk-tag govuk-tag--turquoise"
"Active")))))
" Showing "
(:strong
(who:fmt"~A"max-to-show))
@ -3607,12 +3615,14 @@ Returns the number of requests counted, including this one."
@@ -3607,12 +3615,14 @@ Returns the number of requests counted, including this one."
@ -3622,18 +3632,21 @@ Returns the number of requests counted, including this one."
@@ -3622,18 +3632,21 @@ Returns the number of requests counted, including this one."