Skip to content

Commit

Permalink
fix: Fixing quick update form
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Sep 14, 2021
1 parent 3862480 commit fcee0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ketchup/templates/ketchup.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ <h2 class="header small ellipsis">{{ if eq .Repository.Kind.String "helm" }}{{ .
<form method="POST" action="/app/ketchups/{{ .Repository.ID }}" class="inline">
<input type="hidden" name="method" value="PUT">
<input type="hidden" name="frequency" value="{{ .Frequency.String }}">
<input type="hidden" name="old-pattern" value="{{ .Pattern }}">
<input type="hidden" name="pattern" value="{{ .Pattern }}">
<input type="hidden" name="version" value="{{ index .Repository.Versions .Pattern }}">

Expand Down

0 comments on commit fcee0a1

Please sign in to comment.