Merge pull request #6063 from steindvart/tasks-settings-inline-label

Tasks tab - provide changes from #6058
This commit is contained in:
Johannes Millan 2026-01-19 19:23:55 +01:00 committed by GitHub
commit 8ba130ad58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,10 +38,17 @@
<!-- Tab: Tasks -->
<mat-tab>
<ng-template mat-tab-label>
<mat-icon class="tab-icon">task</mat-icon>
<mat-icon
class="tab-icon"
[matTooltip]="'PS.TABS.TASKS' | translate"
>task</mat-icon
>
<span class="tab-label">{{ 'PS.TABS.TASKS' | translate }}</span>
</ng-template>
<div class="tab-content">
<h2 class="mat-h2 section-title">
{{ 'PS.TABS.TASKS' | translate }}
</h2>
@for (section of globalTasksFormCfg; track section.key) {
<section class="config-section section-{{ section.key }}">
<config-section