mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-19 15:23:51 +00:00
Support bundled ubridge, Ref: #314
This commit is contained in:
@ -16,6 +16,10 @@
|
||||
<input matInput tabindex="1" formControlName="path" placeholder="Local server path" />
|
||||
</mat-form-field>
|
||||
|
||||
<mat-form-field *ngIf="serverForm.get('location').value === 'local'">
|
||||
<input matInput tabindex="1" formControlName="ubridge_path" placeholder="Ubridge path" />
|
||||
</mat-form-field>
|
||||
|
||||
<mat-form-field>
|
||||
<input matInput tabindex="1" formControlName="host" placeholder="Host" />
|
||||
</mat-form-field>
|
||||
|
Reference in New Issue
Block a user