Improve linking between the Jobs and Job queue pages
This commit is contained in:
parent
2b9c882e5a
commit
9fa2e9e5ac
1 changed files with 12 additions and 1 deletions
|
|
@ -1437,7 +1437,16 @@
|
|||
(@ (class "row"))
|
||||
(div
|
||||
(@ (class "col-sm-12"))
|
||||
(h1 "Jobs")))
|
||||
(h1 (@ (style "display: inline-block;"))
|
||||
"Jobs")
|
||||
(div
|
||||
(@ (class "btn-group pull-right")
|
||||
(style "margin-top: 1.3rem;")
|
||||
(role "group"))
|
||||
(a (@ (class "btn btn-lg btn-default")
|
||||
(href "/jobs/queue")
|
||||
(role "button"))
|
||||
"Queue"))))
|
||||
(div
|
||||
(@ (class "row"))
|
||||
(div
|
||||
|
|
@ -1502,6 +1511,8 @@
|
|||
(@ (class "row"))
|
||||
(div
|
||||
(@ (class "col-sm-12"))
|
||||
(a (@ (href "/jobs"))
|
||||
(h3 "Jobs"))
|
||||
(h1 "Queued jobs ("
|
||||
,(length jobs-and-events)
|
||||
")")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue