Improve derivation display on the builds page
This commit is contained in:
parent
8f4da3c872
commit
bbf8cc1c34
1 changed files with 2 additions and 1 deletions
|
|
@ -246,7 +246,8 @@
|
||||||
"bg-danger")
|
"bg-danger")
|
||||||
(else ""))))
|
(else ""))))
|
||||||
,status)
|
,status)
|
||||||
(td ,derivation-file-name)
|
(td (a (@ (href ,derivation-file-name))
|
||||||
|
,(display-store-item-short derivation-file-name)))
|
||||||
(td ,starttime)
|
(td ,starttime)
|
||||||
(td ,stoptime)
|
(td ,stoptime)
|
||||||
(td (a (@ (href ,(simple-format
|
(td (a (@ (href ,(simple-format
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue