UI: Fix translation, console error and add height for menu visability
This commit is contained in:
parent
0e9acbec7a
commit
6f21de1d4d
@ -108,7 +108,7 @@ export class MenuService {
|
|||||||
name: 'admin.system-settings',
|
name: 'admin.system-settings',
|
||||||
type: 'toggle',
|
type: 'toggle',
|
||||||
path: '/settings',
|
path: '/settings',
|
||||||
height: '280px',
|
height: '320px',
|
||||||
icon: 'settings',
|
icon: 'settings',
|
||||||
pages: [
|
pages: [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -95,7 +95,7 @@ export class TenantProfileDataComponent implements ControlValueAccessor, OnInit,
|
|||||||
if (this.tenantProfileDataFormGroup.valid) {
|
if (this.tenantProfileDataFormGroup.valid) {
|
||||||
tenantProfileData = this.tenantProfileDataFormGroup.getRawValue();
|
tenantProfileData = this.tenantProfileDataFormGroup.getRawValue();
|
||||||
}
|
}
|
||||||
this.propagateChange(tenantProfileData.configuration);
|
this.propagateChange(tenantProfileData?.configuration);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<form [formGroup]="queueFormGroup" fxLayout="column" fxLayoutGap="0.5em">
|
<form [formGroup]="queueFormGroup" fxLayout="column">
|
||||||
<mat-form-field class="mat-block">
|
<mat-form-field class="mat-block">
|
||||||
<mat-label translate>admin.queue-name</mat-label>
|
<mat-label translate>admin.queue-name</mat-label>
|
||||||
<input matInput formControlName="name" required>
|
<input matInput formControlName="name" required>
|
||||||
|
|||||||
@ -75,7 +75,7 @@ export const QueueProcessingStrategyTypesMap = new Map<QueueProcessingStrategyTy
|
|||||||
[
|
[
|
||||||
[QueueProcessingStrategyTypes.RETRY_FAILED_AND_TIMED_OUT, {
|
[QueueProcessingStrategyTypes.RETRY_FAILED_AND_TIMED_OUT, {
|
||||||
label: 'queue.strategies.retry-failed-and-timeout-label',
|
label: 'queue.strategies.retry-failed-and-timeout-label',
|
||||||
hint: 'queue.strategies.retry-failed-and-timout-hint',
|
hint: 'queue.strategies.retry-failed-and-timeout-hint',
|
||||||
}],
|
}],
|
||||||
[QueueProcessingStrategyTypes.SKIP_ALL_FAILURES, {
|
[QueueProcessingStrategyTypes.SKIP_ALL_FAILURES, {
|
||||||
label: 'queue.strategies.skip-all-failures-label',
|
label: 'queue.strategies.skip-all-failures-label',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user