UI 문구 개선:
- 공지 상세 화면 "끝" → "종료"로 수정 - Webhook 가이드 "장애 시작" → "장애 발생"으로 변경
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
<td
|
<td
|
||||||
th:text="${portalNotice.startedAt != null ? #temporals.format(portalNotice.startedAt, 'yyyy-MM-dd HH:mm') : '-'}">
|
th:text="${portalNotice.startedAt != null ? #temporals.format(portalNotice.startedAt, 'yyyy-MM-dd HH:mm') : '-'}">
|
||||||
-</td>
|
-</td>
|
||||||
<th>끝</th>
|
<th>종료</th>
|
||||||
<td
|
<td
|
||||||
th:text="${portalNotice.endAt != null ? #temporals.format(portalNotice.endAt, 'yyyy-MM-dd HH:mm') : '진행중'}">
|
th:text="${portalNotice.endAt != null ? #temporals.format(portalNotice.endAt, 'yyyy-MM-dd HH:mm') : '진행중'}">
|
||||||
-</td>
|
-</td>
|
||||||
|
|||||||
@@ -358,7 +358,7 @@ valid = constantTimeEquals(received, expected)</pre>
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>ERROR_START</code></td>
|
<td><code>ERROR_START</code></td>
|
||||||
<td>장애 시작</td>
|
<td>장애 발생</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>ERROR_END</code></td>
|
<td><code>ERROR_END</code></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user