Skip to content

Commit

Permalink
Fixing form
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Apr 29, 2020
1 parent a0b000d commit 34e4642
Showing 1 changed file with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,18 @@ f.section(title: descriptor.displayName) {
}
}

f.repeatableProperty(
field: "hookSecretConfigs"
)
f.entry(title: _("Shared secrets")) {
f.repeatableProperty(
field: "hookSecretConfigs",
add: _("Add shared secret")
) {
f.entry(title: "") {
div(align: "right") {
f.repeatableDeleteButton()
}
}
}
}

f.entry(title: _("Additional actions"), help: descriptor.getHelpFile('additional')) {
f.hetero_list(items: [],
Expand Down

0 comments on commit 34e4642

Please sign in to comment.