mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-16 05:48:10 +00:00
Update add-server-dialog.component.html
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user