diff --git a/project.clj b/project.clj index 1c287f6..2aa3c6f 100644 --- a/project.clj +++ b/project.clj @@ -8,7 +8,7 @@ [compojure "1.6.1"] [ring/ring-defaults "0.3.2"] [hiccup "1.0.5"] - [joshavg/formulare "0.3.3-SNAPSHOT"] + [joshavg/formulare "0.4.0-SNAPSHOT"] [gorillalabs/neo4j-clj "1.1.0" :exclusions [org.bouncycastle/bcprov-jdk15on diff --git a/src/wanijo/instance/forms.clj b/src/wanijo/instance/forms.clj index 7bc83b0..179eed3 100644 --- a/src/wanijo/instance/forms.clj +++ b/src/wanijo/instance/forms.clj @@ -10,6 +10,7 @@ {:fields {:name {:label "Name"} :instances {:label "Instances" :widget :mselect + :size (min 40 (count instances)) :options (map #(vector (:name %) (:uuid %)) instances)}}})