mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-09 03:24:13 +00:00
Update add-server-dialog.component.html
This commit is contained in:
parent
085659bbcc
commit
f5296dd1fb
@ -45,7 +45,7 @@
|
||||
</mat-form-field>
|
||||
|
||||
<mat-form-field *ngIf="serverForm.get('authorization').value === 'basic'">
|
||||
<input matInput tabindex="1" formControlName="password" placeholder="Password" />
|
||||
<input matInput type="password" tabindex="1" formControlName="password" placeholder="Password" />
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div mat-dialog-actions>
|
||||
|
Loading…
x
Reference in New Issue
Block a user