|
|
|
@ -70,14 +70,14 @@
|
|
|
|
|
(when authed?
|
|
|
|
|
(list
|
|
|
|
|
[:section.schemas
|
|
|
|
|
[:h2 [:span.__icon "▤"] "Schemas"]
|
|
|
|
|
[:h2 "Schemas"]
|
|
|
|
|
[:ul
|
|
|
|
|
(for [schema (:schemas session)]
|
|
|
|
|
[:li [:a {:href (path :instance-list
|
|
|
|
|
{:schema-uuid (:uuid schema)})}
|
|
|
|
|
(h (:name schema))]])]]
|
|
|
|
|
[:section
|
|
|
|
|
[:h2 [:span.__icon "▤"] "Visualisation"]
|
|
|
|
|
[:h2 "Visualisation"]
|
|
|
|
|
[:ul
|
|
|
|
|
[:li [:a {:href (path :vis-all-instances)}
|
|
|
|
|
"All Instances"]]]]))]
|
|
|
|
|