웹훅 발송 내역

This commit is contained in:
eastargh
2026-07-03 17:15:57 +09:00
parent eca120812c
commit f23cb02b1c
9 changed files with 49 additions and 27 deletions
@@ -37,9 +37,10 @@
$('#eventType').text(data.eventTypeName || data.eventType || '')
.attr('title', data.eventType || '');
$('#targetUrl').text(data.targetUrl || '');
$('#proxyUrl').text(data.proxyUrl || '');
$('#statusCode').text(data.statusCode != null ? data.statusCode : '');
$('#retryCount').text(data.retryCount != null ? data.retryCount : '');
$('#createdAt').text(data.createdAt || '');
$('#sendBy').text(data.sendBy || '');
$('#sentAt').text(data.sentAt || '');
$('#signature').text(data.signature || '');
$('#errorMessage').text(data.errorMessage || '');
@@ -97,7 +98,9 @@
</tr>
<tr>
<th>Target URL</th>
<td colspan="3"><span id="targetUrl"></span></td>
<td><span id="targetUrl"></span></td>
<th>Proxy URL</th>
<td><span id="proxyUrl"></span></td>
</tr>
<tr>
<th>성공여부</th>
@@ -106,8 +109,8 @@
<td><span id="retryCount"></span></td>
</tr>
<tr>
<th>등록일시</th>
<td><span id="createdAt"></span></td>
<th>발송서버</th>
<td><span id="sendBy"></span></td>
<th>발송일시</th>
<td><span id="sentAt"></span></td>
</tr>