+1
-1
appview/db/repos.go
+1
-1
appview/db/repos.go
+3
-3
appview/pages/templates/repo/settings/pipelines.html
+3
-3
appview/pages/templates/repo/settings/pipelines.html
···
34
34
{{ else }}
35
35
<form hx-post="/{{ $.RepoInfo.FullName }}/settings/spindle" class="col-span-1 md:col-span-1 md:justify-self-end group flex gap-2 items-stretch">
36
36
<select
37
-
id="spindle"
37
+
id="spindle"
38
38
name="spindle"
39
-
required
39
+
required
40
40
class="p-1 max-w-64 border border-gray-200 bg-white dark:bg-gray-800 dark:text-white dark:border-gray-700">
41
41
{{/* For some reason, we can't use an empty string in a <select> in all scenarios unless it is preceded by a disabled select?? No idea, could just be a Firefox thing? */}}
42
42
<option value="[[none]]" class="py-1" {{ if not $.CurrentSpindle }}selected{{ end }}>
···
87
87
{{ end }}
88
88
89
89
{{ define "addSecretButton" }}
90
-
<button
90
+
<button
91
91
class="btn flex items-center gap-2"
92
92
popovertarget="add-secret-modal"
93
93
popovertargetaction="toggle">