Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-frontend
Commits
f10fea4e
Commit
f10fea4e
authored
Aug 24, 2020
by
Alicja Reniewicz
Browse files
Merge branch 'secure-variables-not-visible' into 'rc3.1'
secure variables values not visible See merge request
!7
parents
12eba0bf
429947ad
Pipeline
#10989
failed with stage
in 11 minutes and 51 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/app/file-uploader/sensitive-variables-dialog/sensitive-variables-dialog.component.html
View file @
f10fea4e
...
...
@@ -40,7 +40,7 @@
<mat-header-cell
*matHeaderCellDef
>
Value
</mat-header-cell>
<mat-cell
*matCellDef=
"let element;"
[formGroup]=
"element"
>
<mat-form-field>
<input
matInput
placeholder=
"value"
formControlName=
"value"
>
<input
matInput
placeholder=
"value"
formControlName=
"value"
type=
"password"
>
</mat-form-field>
</mat-cell>
</ng-container>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment