Support bundled ubridge, Ref: #314

This commit is contained in:
ziajka
2019-03-05 10:43:31 +01:00
parent c40767879f
commit b7b2bd4592
5 changed files with 61 additions and 29 deletions

View File

@ -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>