mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
Fixed buiild
This commit is contained in:
parent
a482a095ab
commit
d6ff526583
1 changed files with 20 additions and 18 deletions
|
@ -50,23 +50,25 @@
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<mat-checkbox formControlName="disableHealthChecks">
|
<mat-checkbox formControlName="disableHealthChecks">
|
||||||
Disable the health checks page <a href="/healthchecks-ui" target="_blank">/healthchecks-ui</href></mat-checkbox>
|
Disable the health checks page
|
||||||
|
<a href="/healthchecks-ui" target="_blank"> </a>/healthchecks-ui</href>
|
||||||
|
</mat-checkbox>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<mat-form-field *ngIf="langauges">
|
||||||
|
<mat-select placeholder="Language" formControlName="defaultLanguageCode">
|
||||||
|
<mat-option>--</mat-option>
|
||||||
|
<mat-option *ngFor="let lang of langauges" [value]="lang.code">
|
||||||
|
{{lang.nativeName}}
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<div>
|
||||||
|
<button mat-raised-button [disabled]="form.invalid" type="submit" id="save" color="accent">Submit</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
</form>
|
||||||
<mat-form-field *ngIf="langauges">
|
|
||||||
<mat-select placeholder="Language" formControlName="defaultLanguageCode">
|
|
||||||
<mat-option>--</mat-option>
|
|
||||||
<mat-option *ngFor="let lang of langauges" [value]="lang.code">
|
|
||||||
{{lang.nativeName}}
|
|
||||||
</mat-option>
|
|
||||||
</mat-select>
|
|
||||||
</mat-form-field>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<div>
|
|
||||||
<button mat-raised-button [disabled]="form.invalid" type="submit" id="save" color="accent">Submit</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</fieldset>
|
</fieldset>
|
Loading…
Add table
Add a link
Reference in a new issue