Compare commits
No commits in common. "4e1c300f0c1cc5d2fb95869baa37cdcc8d583b44" and "42694c08cc9804c3ac719697a4c43fde26083836" have entirely different histories.
4e1c300f0c
...
42694c08cc
@ -1 +1 @@
|
|||||||
v20260108-36-inbox-jobdetails-details-above-mail
|
v20260108-35-3cx-ssl-certificate-tracking
|
||||||
|
|||||||
@ -170,14 +170,13 @@
|
|||||||
|
|
||||||
<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,6 +213,9 @@
|
|||||||
<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>
|
||||||
|
|
||||||
@ -226,10 +229,6 @@
|
|||||||
</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,15 +79,6 @@
|
|||||||
- 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