update virtual-machines.tsx

This commit is contained in:
MacRimi
2026-04-05 11:51:26 +02:00
parent 5826b0419b
commit e9851da12f
6 changed files with 59 additions and 29 deletions
+1 -1
View File
@@ -620,7 +620,7 @@ class EmailChannel(NotificationChannel):
<td colspan="2" style="padding:8px 12px;font-size:13px;color:#1f2937;border-bottom:1px solid #e5e7eb;">{value}</td>
</tr>'''
# ── Reason / details block (long text, displayed separately)
# ── Reason / details block (long text, displayed separately)
reason = data.get('reason', '')
reason_html = ''
if reason and len(reason) > 80: