v20260104-14-reports-stats-total-runs-success-rate-fix #28
@ -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">
|
<div class="col-12 col-lg-6">
|
||||||
<label class="form-label fw-semibold" for="rep_job_backup_type">Backup type</label>
|
<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 %}
|
{% for item in job_filters_meta.backup_types %}
|
||||||
<option value="{{ item.key }}">{{ item.label }}</option>
|
<option value="{{ item.key }}">{{ item.label }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
@ -154,6 +154,14 @@
|
|||||||
- Ensured selected job and type filters are consistently applied to snapshot and summary reports.
|
- 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.
|
- 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
|
## v0.1.15
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user