|
|
|
@ -39,9 +39,9 @@
|
|
|
|
|
(for [instance instances]
|
|
|
|
|
[:tr
|
|
|
|
|
[:td
|
|
|
|
|
(tags-for-search instance)
|
|
|
|
|
[:a {:href (path :instance-show instance)}
|
|
|
|
|
(h (:name instance))]]
|
|
|
|
|
(h (:name instance))]
|
|
|
|
|
(tags-for-search instance)]
|
|
|
|
|
[:td (prettify-dt (:updated_at instance))]
|
|
|
|
|
[:td (prettify-dt (:created_at instance))]])]]]))
|
|
|
|
|
|
|
|
|
@ -134,8 +134,8 @@
|
|
|
|
|
name (if empty [:i "empty"] (h name))]]
|
|
|
|
|
[:tr
|
|
|
|
|
[:td
|
|
|
|
|
(tags-for-search row)
|
|
|
|
|
name]
|
|
|
|
|
name
|
|
|
|
|
(tags-for-search row)]
|
|
|
|
|
[:td [:a {:href (path :instance-show target)}
|
|
|
|
|
(h (:name target))]]
|
|
|
|
|
[:td [:a {:href (path :instance-list
|
|
|
|
@ -159,8 +159,8 @@
|
|
|
|
|
name (if empty [:i "empty"] (h name))]]
|
|
|
|
|
[:tr
|
|
|
|
|
[:td
|
|
|
|
|
(tags-for-search row)
|
|
|
|
|
name]
|
|
|
|
|
name
|
|
|
|
|
(tags-for-search row)]
|
|
|
|
|
[:td [:a {:href (path :instance-show source)}
|
|
|
|
|
(h (:name source))]]
|
|
|
|
|
[:td [:a {:href (path :instance-list
|
|
|
|
|