small fixes, set analysisView config defaults

This commit is contained in:
Christoph Kluge
2025-10-09 16:33:14 +02:00
parent 471ec1cd2e
commit 0a3a664653
5 changed files with 9 additions and 21 deletions

View File

@@ -136,7 +136,7 @@
startTimeQuickSelect
bind:this={filterComponent}
{filterPresets}
menuText="Only {type.toLowerCase()}s with jobs that match the filters will show up"
menuText="Only {type.toLowerCase()}s with matching jobs will be displayed."
applyFilters={(detail) => {
jobFilters = detail.filters;
}}