bump version of formulare, add size to link form

integration-tests
Josha von Gizycki 6 years ago
parent 79f7750f73
commit 9ab8680dd8

@ -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

@ -10,6 +10,7 @@
{:fields {:name {:label "Name"}
:instances {:label "Instances"
:widget :mselect
:size (min 40 (count instances))
:options (map #(vector (:name %)
(:uuid %))
instances)}}})

Loading…
Cancel
Save