Auto-commit local changes before build (2026-01-12 15:39:19) #103

Merged
ivooskamp merged 1 commits from v20260112-16-runchecks-popup-objects-no-overlap into main 2026-01-13 11:47:00 +01:00
3 changed files with 25 additions and 5 deletions

View File

@ -1 +1 @@
v20260112-15-vspc-scroll-partial-approve-objects v20260112-16-runchecks-popup-objects-no-overlap

View File

@ -144,9 +144,22 @@
overflow: auto; overflow: auto;
} }
#runChecksModal #rcm_body_iframe { height: 100%; } #runChecksModal #rcm_body_iframe {
#runChecksModal .rcm-mail-panel { flex: 1 1 auto; min-height: 0; } flex: 1 1 auto;
#runChecksModal .rcm-objects-scroll { max-height: 25vh; overflow: auto; } min-height: 0;
height: auto;
}
#runChecksModal .rcm-mail-panel {
display: flex;
flex-direction: column;
flex: 1 1 auto;
min-height: 0;
}
#runChecksModal .rcm-objects-scroll {
max-height: 25vh;
overflow: auto;
margin-top: 0.5rem;
}
</style> </style>
<div class="modal fade" id="runChecksModal" tabindex="-1" aria-labelledby="runChecksModalLabel" aria-hidden="true"> <div class="modal fade" id="runChecksModal" tabindex="-1" aria-labelledby="runChecksModalLabel" aria-hidden="true">

View File

@ -229,6 +229,13 @@
- Improved VSPC error detection by treating both “Error” and “Failed” states as errors for the run status. - Improved VSPC error detection by treating both “Error” and “Failed” states as errors for the run status.
- Enhanced VSPC parsing to use the “Alarm Details” column so object rows (e.g., HV01, USB Disk) persist with their full alarm messages and become visible in the customer job view. - Enhanced VSPC parsing to use the “Alarm Details” column so object rows (e.g., HV01, USB Disk) persist with their full alarm messages and become visible in the customer job view.
---
## v20260112-16-runchecks-popup-objects-no-overlap
- Fixed layout issue in the Run Checks popup where the Objects table could overlap the mail content.
- Adjusted container sizing and overflow handling to ensure the Objects table stays within its designated area.
- Ensured the mail content and Objects table are visually separated and cannot overlap regardless of content length.
================================================================================================================================================ ================================================================================================================================================
## v0.1.19 ## v0.1.19
This release delivers a broad set of improvements focused on reliability, transparency, and operational control across mail processing, administrative auditing, and Run Checks workflows. The changes aim to make message handling more robust, provide better insight for administrators, and give operators clearer and more flexible control when reviewing backup runs. This release delivers a broad set of improvements focused on reliability, transparency, and operational control across mail processing, administrative auditing, and Run Checks workflows. The changes aim to make message handling more robust, provide better insight for administrators, and give operators clearer and more flexible control when reviewing backup runs.