mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-16 13:58:13 +00:00
Update add-server-dialog.component.html
This commit is contained in:
@ -45,7 +45,7 @@
|
|||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
||||||
<mat-form-field *ngIf="serverForm.get('authorization').value === 'basic'">
|
<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>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
<div mat-dialog-actions>
|
<div mat-dialog-actions>
|
||||||
|
Reference in New Issue
Block a user