We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27757b commit a8816a7Copy full SHA for a8816a7
templates/shared/secrets/add_list.tmpl
@@ -6,6 +6,7 @@
6
data-modal-form.action="{{.Link}}"
7
data-modal-header="{{ctx.Locale.Tr "secrets.creation"}}"
8
data-modal-secret-name.value=""
9
+ data-modal-secret-name.readonly=""
10
data-modal-secret-data=""
11
data-modal-secret-description=""
12
>
@@ -42,6 +43,7 @@
42
43
44
data-tooltip-content="{{ctx.Locale.Tr "secrets.edit"}}"
45
data-modal-secret-name.value="{{.Name}}"
46
+ data-modal-secret-name.readonly="true"
47
48
data-modal-secret-description="{{if .Description}}{{.Description}}{{end}}"
49
0 commit comments