Merge pull request 'Auto-commit local changes before build (2026-01-08 15:47:01)' (#71) from v20260108-36-inbox-jobdetails-details-above-mail into main
Reviewed-on: #71
This commit is contained in:
commit
4e1c300f0c
@ -1 +1 @@
|
|||||||
v20260108-35-3cx-ssl-certificate-tracking
|
v20260108-36-inbox-jobdetails-details-above-mail
|
||||||
|
|||||||
@ -170,13 +170,14 @@
|
|||||||
|
|
||||||
<dt class="col-4">Parsed</dt>
|
<dt class="col-4">Parsed</dt>
|
||||||
<dd class="col-8" id="msg_parsed"></dd>
|
<dd class="col-8" id="msg_parsed"></dd>
|
||||||
|
|
||||||
<dt class="col-4">Details</dt>
|
|
||||||
<dd class="col-8" id="msg_overall_message" style="white-space: pre-wrap;"></dd>
|
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
|
<div class="mb-2">
|
||||||
|
<h6 class="mb-1">Details</h6>
|
||||||
|
<div id="msg_overall_message" class="border rounded p-2" style="white-space: pre-wrap; max-height: 20vh; overflow: auto;"></div>
|
||||||
|
</div>
|
||||||
<div class="border rounded p-2 p-0" style="overflow:hidden;">
|
<div class="border rounded p-2 p-0" style="overflow:hidden;">
|
||||||
<iframe id="msg_body_container_iframe" class="w-100" style="height:55vh; border:0; background:transparent;" sandbox="allow-popups allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation"></iframe>
|
<iframe id="msg_body_container_iframe" class="w-100" style="height:55vh; border:0; background:transparent;" sandbox="allow-popups allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -213,9 +213,6 @@
|
|||||||
<dt class="col-4">Overall</dt>
|
<dt class="col-4">Overall</dt>
|
||||||
<dd class="col-8" id="run_msg_overall"></dd>
|
<dd class="col-8" id="run_msg_overall"></dd>
|
||||||
|
|
||||||
<dt class="col-4">Message</dt>
|
|
||||||
<dd class="col-8" id="run_msg_overall_message" style="white-space: pre-wrap;"></dd>
|
|
||||||
|
|
||||||
<dt class="col-4">Customer</dt>
|
<dt class="col-4">Customer</dt>
|
||||||
<dd class="col-8" id="run_msg_customer"></dd>
|
<dd class="col-8" id="run_msg_customer"></dd>
|
||||||
|
|
||||||
@ -229,6 +226,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
|
<div class="mb-2">
|
||||||
|
<h6 class="mb-1">Details</h6>
|
||||||
|
<div id="run_msg_overall_message" class="border rounded p-2" style="white-space: pre-wrap; max-height: 20vh; overflow: auto;"></div>
|
||||||
|
</div>
|
||||||
<div class="border rounded p-2 p-0" style="overflow:hidden;">
|
<div class="border rounded p-2 p-0" style="overflow:hidden;">
|
||||||
<iframe id="run_msg_body_container_iframe" class="w-100" style="height:55vh; border:0; background:transparent;" sandbox="allow-popups allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation"></iframe>
|
<iframe id="run_msg_body_container_iframe" class="w-100" style="height:55vh; border:0; background:transparent;" sandbox="allow-popups allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -79,6 +79,15 @@
|
|||||||
- Parsed the message content and displayed it in the Run Checks popup.
|
- Parsed the message content and displayed it in the Run Checks popup.
|
||||||
- Stored the message as a successful run so it could be tracked over time.
|
- Stored the message as a successful run so it could be tracked over time.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## v20260108-36-inbox-jobdetails-details-above-mail
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- Moved the **Details** section above the email body in the **Inbox** popup.
|
||||||
|
- Moved the **Details** section above the email body in the **Job Details** popup.
|
||||||
|
- Improved readability by avoiding long detail texts being constrained to the narrow left column.
|
||||||
|
|
||||||
================================================================================================================================================
|
================================================================================================================================================
|
||||||
## v0.1.18
|
## v0.1.18
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user