|
|
@ -89,6 +89,11 @@
|
|
|
|
" | "
|
|
|
|
" | "
|
|
|
|
[:a {:href (path :vis-explore {:instance-uuid (:uuid instance)})}
|
|
|
|
[:a {:href (path :vis-explore {:instance-uuid (:uuid instance)})}
|
|
|
|
"Explore from here"]]]
|
|
|
|
"Explore from here"]]]
|
|
|
|
|
|
|
|
(when (seq (:tags instance))
|
|
|
|
|
|
|
|
[:section.tags
|
|
|
|
|
|
|
|
[:ul
|
|
|
|
|
|
|
|
(for [tag (:tags instace)]
|
|
|
|
|
|
|
|
[:li (:name tag)])]])
|
|
|
|
(when (seq (:properties instance))
|
|
|
|
(when (seq (:properties instance))
|
|
|
|
[:section.properties
|
|
|
|
[:section.properties
|
|
|
|
[:h2 "Properties"]
|
|
|
|
[:h2 "Properties"]
|
|
|
|