mirror of
git://git.savannah.gnu.org/guix/guix-cuirass.git
synced 2024-12-29 11:40:16 +01:00
templates: Show “Activate” button for deactivated jobsets.
* src/cuirass/templates.scm (evaluation-info-table): Add “Activate” button.
This commit is contained in:
parent
f35b94e551
commit
c326f6ccbb
1 changed files with 6 additions and 1 deletions
|
@ -1086,7 +1086,12 @@ NAME have been checked; it is #f when that information is unavailable."
|
|||
,(time->string time) "."))
|
||||
(_ ""))
|
||||
`(div (@ (class "alert alert-danger"))
|
||||
"This jobset is currently disabled."))
|
||||
"This jobset is currently disabled. "
|
||||
(a (@ (class "btn btn-info")
|
||||
(href ,(string-append
|
||||
"/admin/specifications/activate/"
|
||||
name)))
|
||||
"Activate")))
|
||||
|
||||
(table
|
||||
(@ (class "table table-sm table-hover table-striped"))
|
||||
|
|
Loading…
Reference in a new issue