diff options
Diffstat (limited to 'client/src/app/shared/shared-forms/input-text.component.html')
-rw-r--r-- | client/src/app/shared/shared-forms/input-text.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-forms/input-text.component.html b/client/src/app/shared/shared-forms/input-text.component.html index 669b5f32e..f890c4f02 100644 --- a/client/src/app/shared/shared-forms/input-text.component.html +++ b/client/src/app/shared/shared-forms/input-text.component.html | |||
@@ -6,8 +6,8 @@ | |||
6 | /> | 6 | /> |
7 | 7 | ||
8 | <button *ngIf="withToggle" (click)="toggle()" type="button" class="btn btn-outline-secondary" [title]="toggleTitle"> | 8 | <button *ngIf="withToggle" (click)="toggle()" type="button" class="btn btn-outline-secondary" [title]="toggleTitle"> |
9 | <my-global-icon *ngIf="show" iconName="sensitive"></my-global-icon> | 9 | <my-global-icon *ngIf="show" iconName="eye-open"></my-global-icon> |
10 | <my-global-icon *ngIf="!show" iconName="unsensitive"></my-global-icon> | 10 | <my-global-icon *ngIf="!show" iconName="eye-close"></my-global-icon> |
11 | </button> | 11 | </button> |
12 | 12 | ||
13 | <button | 13 | <button |