fixes
This commit is contained in:
@@ -33,7 +33,7 @@ export class AppComponent {
|
||||
pageLabel = 'dashboard.title';
|
||||
readonly author = 'Mateusz Gruszczyński';
|
||||
readonly authorHandle = '@linuxiarz.pl';
|
||||
readonly authorUrl = 'https://linuxiarz.pl';
|
||||
readonly authorUrl = 'https://www.linuxiarz.pl';
|
||||
readonly apiSnapshot = this.apiStatus.snapshot;
|
||||
readonly languageOptions: TopbarLanguageOption[] = APP_LANGUAGE_OPTIONS;
|
||||
readonly apiStateLabelKey = computed(() => {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="operations-center">
|
||||
<div class="operations-center__actions">
|
||||
<button pButton type="button" icon="pi pi-upload" [label]="'dashboard.exportAll' | translate" [loading]="exporting" (click)="exportAll()"></button>
|
||||
<button pButton type="button" severity="secondary" icon="pi pi-database" [label]="'dashboard.binaryAll' | translate" [loading]="runningBinary" (click)="binaryAll()"></button>
|
||||
<button pButton type="button" severity="secondary" styleClass="btn-binary-accent" icon="pi pi-database" [label]="'dashboard.binaryAll' | translate" [loading]="runningBinary" (click)="binaryAll()"></button>
|
||||
</div>
|
||||
|
||||
<div class="operations-center__stats">
|
||||
|
||||
@@ -24,12 +24,12 @@
|
||||
|
||||
<span class="form-field">
|
||||
<label>{{ 'files.typeLabel' | translate }}</label>
|
||||
<p-select [options]="typeOptions" [(ngModel)]="backupType" optionLabel="label" optionValue="value"></p-select>
|
||||
<p-select [appendTo]="'body'" [options]="typeOptions" [(ngModel)]="backupType" optionLabel="label" optionValue="value"></p-select>
|
||||
</span>
|
||||
|
||||
<span class="form-field">
|
||||
<label>{{ 'files.routerLabel' | translate }}</label>
|
||||
<p-select [options]="routerOptions" [(ngModel)]="routerId" optionLabel="label" optionValue="value"></p-select>
|
||||
<p-select [appendTo]="'body'" [options]="routerOptions" [(ngModel)]="routerId" optionLabel="label" optionValue="value"></p-select>
|
||||
</span>
|
||||
|
||||
<span class="form-field">
|
||||
@@ -39,12 +39,12 @@
|
||||
|
||||
<span class="form-field">
|
||||
<label>{{ 'files.sortLabel' | translate }}</label>
|
||||
<p-select [options]="sortOptions" [(ngModel)]="sortBy" optionLabel="label" optionValue="value"></p-select>
|
||||
<p-select [appendTo]="'body'" [options]="sortOptions" [(ngModel)]="sortBy" optionLabel="label" optionValue="value"></p-select>
|
||||
</span>
|
||||
|
||||
<span class="form-field">
|
||||
<label>{{ 'files.orderLabel' | translate }}</label>
|
||||
<p-select [options]="orderOptions" [(ngModel)]="order" optionLabel="label" optionValue="value"></p-select>
|
||||
<p-select [appendTo]="'body'" [options]="orderOptions" [(ngModel)]="order" optionLabel="label" optionValue="value"></p-select>
|
||||
</span>
|
||||
|
||||
<div class="filters-actions repository-toolbar__actions">
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
</span>
|
||||
<span class="form-field">
|
||||
<label>{{ 'routers.deviceType' | translate }}</label>
|
||||
<p-select [options]="deviceTypeOptions" formControlName="device_type" optionLabel="label" optionValue="value"></p-select>
|
||||
<p-select [appendTo]="'body'" [options]="deviceTypeOptions" formControlName="device_type" optionLabel="label" optionValue="value"></p-select>
|
||||
</span>
|
||||
<span class="form-field">
|
||||
<label>{{ 'routers.host' | translate }}</label>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<app-page-header [eyebrow]="'settings.eyebrow' | translate" [title]="'settings.title' | translate" [subtitle]="'settings.subtitle' | translate">
|
||||
<div header-actions class="header-actions-row">
|
||||
<button pButton type="button" severity="secondary" icon="pi pi-envelope" [label]="'settings.testEmail' | translate" [loading]="testingEmail" (click)="testEmail()"></button>
|
||||
<button pButton type="button" severity="help" icon="pi pi-send" [label]="'settings.testPushover' | translate" [loading]="testingPushover" (click)="testPushover()"></button>
|
||||
<button pButton type="button" severity="secondary" styleClass="btn-pushover-neutral" icon="pi pi-send" [label]="'settings.testPushover' | translate" [loading]="testingPushover" (click)="testPushover()"></button>
|
||||
</div>
|
||||
</app-page-header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user