Auto-commit local changes before build (2026-01-03 22:39:11)
This commit is contained in:
parent
9571716344
commit
b0de64c9fd
@ -1 +1 @@
|
||||
v20260103-17-reports-job-filters-exclude-info-jobs
|
||||
v20260103-18-reports-job-filter-selectbox-size-6-rows
|
||||
|
||||
@ -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 %}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user