UI 문구 개선:
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- 공지 상세 화면 "끝" → "종료"로 수정
- Webhook 가이드 "장애 시작" → "장애 발생"으로 변경
This commit is contained in:
Rinjae
2026-08-04 16:20:11 +09:00
parent b45a7a162a
commit 8f03209f8a
2 changed files with 2 additions and 2 deletions
@@ -69,7 +69,7 @@
<td
th:text="${portalNotice.startedAt != null ? #temporals.format(portalNotice.startedAt, 'yyyy-MM-dd HH:mm') : '-'}">
-</td>
<th></th>
<th>종료</th>
<td
th:text="${portalNotice.endAt != null ? #temporals.format(portalNotice.endAt, 'yyyy-MM-dd HH:mm') : '진행중'}">
-</td>
@@ -358,7 +358,7 @@ valid = constantTimeEquals(received, expected)</pre>
</tr>
<tr>
<td><code>ERROR_START</code></td>
<td>장애 시작</td>
<td>장애 발생</td>
</tr>
<tr>
<td><code>ERROR_END</code></td>