File tree Expand file tree Collapse file tree 24 files changed +108
-108
lines changed Expand file tree Collapse file tree 24 files changed +108
-108
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ <h2>Parameters</h2>
38
38
ng-blur ="cleared = false "
39
39
ng-trim ="false "
40
40
autocorrect ="off "
41
- autocapitalize ="off "
41
+ autocapitalize ="none "
42
42
spellcheck ="false "
43
43
ng-attr-aria-describedby ="{{parameter.description ? (paramID + '-description') : undefined}} ">
44
44
< a href =""
@@ -64,7 +64,7 @@ <h2>Parameters</h2>
64
64
ng-blur ="cleared = false "
65
65
ng-trim ="false "
66
66
autocorrect ="off "
67
- autocapitalize ="off "
67
+ autocapitalize ="none "
68
68
spellcheck ="false "
69
69
rows ="6 "
70
70
ng-attr-aria-describedby ="{{parameter.description ? (paramID + '-description') : undefined}} "> </ textarea >
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ <h1>Add Config Files</h1>
81
81
osc-unique ="existingMountPaths "
82
82
placeholder ="example: /data "
83
83
autocorrect ="off "
84
- autocapitalize ="off "
84
+ autocapitalize ="none "
85
85
spellcheck ="false "
86
86
aria-describedby ="mount-path-help ">
87
87
< div >
@@ -156,7 +156,7 @@ <h3>Keys and Paths</h3>
156
156
osc-unique ="itemPaths "
157
157
placeholder ="example: config/app.properties "
158
158
autocorrect ="off "
159
- autocapitalize ="off "
159
+ autocapitalize ="none "
160
160
spellcheck ="false ">
161
161
< div class ="has-error " ng-show ="forms.addConfigVolumeForm['path-' + $id].$error.pattern ">
162
162
< span class ="help-block ">
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ <h3>Volume</h3>
94
94
osc-unique ="existingMountPaths "
95
95
placeholder ="example: /data "
96
96
autocorrect ="off "
97
- autocapitalize ="off "
97
+ autocapitalize ="none "
98
98
spellcheck ="false "
99
99
aria-describedby ="mount-path-help ">
100
100
< div >
@@ -123,7 +123,7 @@ <h3>Volume</h3>
123
123
placeholder ="example: application/resources "
124
124
ng-pattern ="RELATIVE_PATH_PATTERN "
125
125
autocorrect ="off "
126
- autocapitalize ="off "
126
+ autocapitalize ="none "
127
127
spellcheck ="false "
128
128
aria-describedby ="sub-path-help ">
129
129
< div id ="sub-path-help " class ="help-block ">
@@ -156,7 +156,7 @@ <h3>Volume</h3>
156
156
maxlength ="63 "
157
157
placeholder ="(generated if empty) "
158
158
autocorrect ="off "
159
- autocapitalize ="off "
159
+ autocapitalize ="none "
160
160
spellcheck ="false "
161
161
aria-describedby ="volume-name-help ">
162
162
< div >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ <h2 class="text-center">No images or templates.</h2>
34
34
placeholder ="Filter by name or description "
35
35
class ="search-input form-control "
36
36
autocorrect ="off "
37
- autocapitalize ="off "
37
+ autocapitalize ="none "
38
38
spellcheck ="false ">
39
39
< button
40
40
type ="button "
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h2 class="text-center">No images or templates.</h2>
29
29
placeholder ="Filter by name or description "
30
30
class ="search-input form-control "
31
31
autocorrect ="off "
32
- autocapitalize ="off "
32
+ autocapitalize ="none "
33
33
spellcheck ="false ">
34
34
< button
35
35
type ="button "
Original file line number Diff line number Diff line change 50
50
ng-blur ="shouldValidateName = form.appname.$dirty "
51
51
class ="form-control "
52
52
autocorrect ="off "
53
- autocapitalize ="off "
53
+ autocapitalize ="none "
54
54
spellcheck ="false ">
55
55
</ div >
56
56
< div class ="help-block "> Identifies the resources created for this application.</ div >
90
90
aria-describedby ="from_source_help "
91
91
ng-model ="buildConfig.sourceUrl "
92
92
autocorrect ="off "
93
- autocapitalize ="off "
93
+ autocapitalize ="none "
94
94
spellcheck ="false ">
95
95
</ div >
96
96
< div ng-if ="!(sourceURIinParams) && image.metadata.annotations.sampleRepo " class ="help-block ">
120
120
type ="text "
121
121
placeholder ="master "
122
122
autocorrect ="off "
123
- autocapitalize ="off "
123
+ autocapitalize ="none "
124
124
spellcheck ="false "
125
125
class ="form-control ">
126
126
</ div >
139
139
type ="text "
140
140
placeholder ="/ "
141
141
autocorrect ="off "
142
- autocapitalize ="off "
142
+ autocapitalize ="none "
143
143
spellcheck ="false "
144
144
class ="form-control ">
145
145
</ div >
Original file line number Diff line number Diff line change 10
10
required
11
11
class ="form-control "
12
12
autocorrect ="off "
13
- autocapitalize ="off "
13
+ autocapitalize ="none "
14
14
spellcheck ="false ">
15
15
<!-- Args with newlines. -->
16
16
< textarea ng-model ="arg.value "
19
19
required
20
20
class ="form-control "
21
21
autocorrect ="off "
22
- autocapitalize ="off "
22
+ autocapitalize ="none "
23
23
spellcheck ="false ">
24
24
</ textarea >
25
25
< span as-sortable-item-handle class ="input-group-addon action-button drag-handle ">
47
47
ng-attr-placeholder ="{{placeholder || 'Add argument'}} "
48
48
class ="form-control "
49
49
autocorrect ="off "
50
- autocapitalize ="off "
50
+ autocapitalize ="none "
51
51
spellcheck ="false ">
52
52
< span class ="input-group-btn ">
53
53
<!-- Must be a link rather than a button so that enter submits the parent form when other
70
70
ng-attr-placeholder ="{{placeholder || 'Add argument'}} "
71
71
class ="form-control "
72
72
autocorrect ="off "
73
- autocapitalize ="off "
73
+ autocapitalize ="none "
74
74
spellcheck ="false ">
75
75
</ textarea >
76
76
< div class ="mar-top-md ">
Original file line number Diff line number Diff line change 28
28
type ="text "
29
29
placeholder ="/ "
30
30
autocorrect ="off "
31
- autocapitalize ="off "
31
+ autocapitalize ="none "
32
32
spellcheck ="false "
33
33
class ="form-control ">
34
34
</ div >
Original file line number Diff line number Diff line change 19
19
ng-model ="newSecret.data.secretName "
20
20
type ="text "
21
21
autocorrect ="off "
22
- autocapitalize ="off "
22
+ autocapitalize ="none "
23
23
spellcheck ="false "
24
24
aria-describedby ="secret-name-help "
25
25
ng-pattern ="nameValidation.pattern "
67
67
ng-model ="newSecret.data.username "
68
68
type ="text "
69
69
autocorrect ="off "
70
- autocapitalize ="off "
70
+ autocapitalize ="none "
71
71
spellcheck ="false "
72
72
aria-describedby ="username-help ">
73
73
</ div >
83
83
name ="passwordToken "
84
84
ng-model ="newSecret.data.passwordToken "
85
85
autocorrect ="off "
86
- autocapitalize ="off "
86
+ autocapitalize ="none "
87
87
spellcheck ="false "
88
88
aria-describedby ="password-token-help "
89
89
type ="password "
187
187
ng-model ="newSecret.data.dockerServer "
188
188
type ="text "
189
189
autocorrect ="off "
190
- autocapitalize ="off "
190
+ autocapitalize ="none "
191
191
spellcheck ="false "
192
192
required >
193
193
</ div >
207
207
ng-model ="newSecret.data.dockerUsername "
208
208
type ="text "
209
209
autocorrect ="off "
210
- autocapitalize ="off "
210
+ autocapitalize ="none "
211
211
spellcheck ="false "
212
212
required >
213
213
</ div >
227
227
ng-model ="newSecret.data.dockerPassword "
228
228
type ="password "
229
229
autocorrect ="off "
230
- autocapitalize ="off "
230
+ autocapitalize ="none "
231
231
spellcheck ="false "
232
232
required >
233
233
</ div >
246
246
name ="dockerEmail "
247
247
ng-model ="newSecret.data.dockerMail "
248
248
autocorrect ="off "
249
- autocapitalize ="off "
249
+ autocapitalize ="none "
250
250
spellcheck ="false "
251
251
required >
252
252
</ div >
Original file line number Diff line number Diff line change 41
41
placeholder ="Image name or pull spec "
42
42
class ="form-control "
43
43
autocorrect ="off "
44
- autocapitalize ="off "
44
+ autocapitalize ="none "
45
45
spellcheck ="false ">
46
46
< span class ="input-group-btn ">
47
47
< button class ="btn btn-default "
124
124
name ="name "
125
125
class ="form-control "
126
126
autocorrect ="off "
127
- autocapitalize ="off "
127
+ autocapitalize ="none "
128
128
spellcheck ="false ">
129
129
</ div >
130
130
< div class ="help-block "> Identifies the resources created for this image.</ div >
Original file line number Diff line number Diff line change 17
17
placeholder ="my-config-map "
18
18
select-on-focus
19
19
autocorrect ="off "
20
- autocapitalize ="off "
20
+ autocapitalize ="none "
21
21
spellcheck ="false "
22
22
aria-describedby ="config-map-name-help ">
23
23
</ div >
67
67
placeholder ="my.key "
68
68
select-on-focus
69
69
autocorrect ="off "
70
- autocapitalize ="off "
70
+ autocapitalize ="none "
71
71
spellcheck ="false "
72
72
aria-describedby ="key-{{$id}}-help ">
73
73
</ div >
Original file line number Diff line number Diff line change 13
13
id ="events-filter "
14
14
ng-model ="filter.text "
15
15
autocorrect ="off "
16
- autocapitalize ="off "
16
+ autocapitalize ="none "
17
17
spellcheck ="false ">
18
18
< button
19
19
type ="button "
Original file line number Diff line number Diff line change 15
15
ng-maxlength ="nameValidation.maxlength "
16
16
select-on-focus
17
17
autocorrect ="off "
18
- autocapitalize ="off "
18
+ autocapitalize ="none "
19
19
spellcheck ="false "
20
20
aria-describedby ="hpa-name-help ">
21
21
</ span >
Original file line number Diff line number Diff line change 31
31
ng-required ="required "
32
32
ng-disabled ="disabled "
33
33
autocorrect ="off "
34
- autocapitalize ="off "
34
+ autocapitalize ="none "
35
35
spellcheck ="false "
36
36
ng-attr-aria-describedby ="{{helpText ? helpID : undefined}} ">
37
37
</ textarea >
Original file line number Diff line number Diff line change 72
72
take-focus
73
73
select-on-focus
74
74
autocorrect ="off "
75
- autocapitalize ="off "
75
+ autocapitalize ="none "
76
76
spellcheck ="false "
77
77
aria-describedby ="claim-name-help ">
78
78
</ span >
Original file line number Diff line number Diff line change 17
17
placeholder ="my-route "
18
18
select-on-focus
19
19
autocorrect ="off "
20
- autocapitalize ="off "
20
+ autocapitalize ="none "
21
21
spellcheck ="false "
22
22
aria-describedby ="route-name-help ">
23
23
</ span >
51
51
ng-readonly ="hostReadOnly "
52
52
placeholder ="www.example.com "
53
53
autocorrect ="off "
54
- autocapitalize ="off "
54
+ autocapitalize ="none "
55
55
spellcheck ="false "
56
56
aria-describedby ="route-host-help ">
57
57
</ span >
97
97
ng-disabled ="route.tls.termination === 'passthrough' "
98
98
placeholder ="/ "
99
99
autocorrect ="off "
100
- autocapitalize ="off "
100
+ autocapitalize ="none "
101
101
spellcheck ="false "
102
102
aria-describedby ="route-path-help ">
103
103
</ span >
Original file line number Diff line number Diff line change 29
29
type ="text "
30
30
placeholder ="/ "
31
31
autocorrect ="off "
32
- autocapitalize ="off "
32
+ autocapitalize ="none "
33
33
spellcheck ="false ">
34
34
</ div >
35
35
< div class ="remove-secret ">
77
77
type ="text "
78
78
placeholder ="/ "
79
79
autocorrect ="off "
80
- autocapitalize ="off "
80
+ autocapitalize ="none "
81
81
spellcheck ="false ">
82
82
</ div >
83
83
< div class ="remove-secret ">
You can’t perform that action at this time.
0 commit comments