v20260104-14-reports-stats-total-runs-success-rate-fix #28

Merged
ivooskamp merged 22 commits from v20260104-14-reports-stats-total-runs-success-rate-fix into main 2026-01-13 10:59:39 +01:00
3 changed files with 10 additions and 2 deletions
Showing only changes of commit b0de64c9fd - Show all commits

View File

@ -1 +1 @@
v20260103-17-reports-job-filters-exclude-info-jobs
v20260103-18-reports-job-filter-selectbox-size-6-rows

View File

@ -136,7 +136,7 @@
<div class="col-12 col-lg-6">
<label class="form-label fw-semibold" for="rep_job_backup_type">Backup type</label>
<select class="form-select" id="rep_job_backup_type" multiple size="8">
<select class="form-select" id="rep_job_backup_type" multiple size="6">
{% for item in job_filters_meta.backup_types %}
<option value="{{ item.key }}">{{ item.label }}</option>
{% endfor %}

View File

@ -154,6 +154,14 @@
- Ensured selected job and type filters are consistently applied to snapshot and summary reports.
- Improved report relevance by limiting output to meaningful backup-related data only.
---
## v20260103-18-reports-job-filter-selectbox-size-6-rows
- Updated the report selection UI to make the “Backup software” and “Backup type” select boxes equal in size.
- Both select boxes are now displayed with a fixed height of 6 visible rows for consistent layout and improved usability.
================================================================================================================================================
## v0.1.15