Skip to content

Commit 07c367e

Browse files
committed
docs(ui): 인시던트 CSV 안내 문구 → 통합 이력 로그 페이지로 리다이렉트
개별 모달의 "변경 이력" 섹션을 제거(통합 이력 로그로 일원화)함에 따라, 인시던트 CSV 안내가 가리키던 "인시던트 상세 모달의 변경 이력 섹션" 문구를 어드민 "통합 이력 로그" 페이지 안내로 교체(ko/en).
1 parent 71dd52e commit 07c367e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/mori_soc/api/i18n.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def _i18n_toggle_html(fixed: bool = True) -> str:
800800
"dash.modal.download": "다운로드",
801801
"dash.modal.incident_csv_warn_html": "<strong style=\\\"color:#fbbf24\\\">변경 내역(history)은 CSV 내역에 포함되지 않습니다.</strong>",
802802
"dash.modal.incident_csv_desc_html": "각 인시던트는 <strong style=\\\"color:#38bdf8\\\">변경 일자</strong>와 <strong style=\\\"color:#38bdf8\\\">최신 내역</strong>(현재 상태 / 담당자 / 영향도 등)만 1행으로 표시됩니다.",
803-
"dash.modal.incident_csv_hint_html": "전체 변경 이력은 인시던트 상세 모달의 \\\"변경 이력\\\" 섹션 또는 <code style=\\\"background:#1e293b;padding:1px 6px;border-radius:3px\\\">/incidents/{id}/history</code> API를 이용해 주세요.",
803+
"dash.modal.incident_csv_hint_html": "전체 변경 이력은 어드민 <strong>통합 이력 로그</strong> 페이지 또는 <code style=\\\"background:#1e293b;padding:1px 6px;border-radius:3px\\\">/incidents/{id}/history</code> API를 이용해 주세요.",
804804
"dash.modal.vuln_action_title": "취약점 조치",
805805
"dash.modal.exception_period": "예외 처리 기한",
806806
"dash.modal.vuln_exception_hint": "이 날짜까지 해당 취약점 점검/알림에서 제외됩니다",
@@ -1414,7 +1414,7 @@ def _i18n_toggle_html(fixed: bool = True) -> str:
14141414
"dash.modal.download": "Download",
14151415
"dash.modal.incident_csv_warn_html": "<strong style=\\\"color:#fbbf24\\\">Change history is not included in the CSV.</strong>",
14161416
"dash.modal.incident_csv_desc_html": "Each incident is shown as a single row with only its <strong style=\\\"color:#38bdf8\\\">change date</strong> and <strong style=\\\"color:#38bdf8\\\">latest details</strong> (current status / owner / impact, etc.).",
1417-
"dash.modal.incident_csv_hint_html": "For the full change history, use the \\\"Change history\\\" section of the incident detail modal or the <code style=\\\"background:#1e293b;padding:1px 6px;border-radius:3px\\\">/incidents/{id}/history</code> API.",
1417+
"dash.modal.incident_csv_hint_html": "For the full change history, use the admin <strong>Unified Activity Log</strong> page or the <code style=\\\"background:#1e293b;padding:1px 6px;border-radius:3px\\\">/incidents/{id}/history</code> API.",
14181418
"dash.modal.vuln_action_title": "Vulnerability action",
14191419
"dash.modal.exception_period": "Exception period",
14201420
"dash.modal.vuln_exception_hint": "This vulnerability is excluded from checks/alerts until this date",

src/mori_soc/api/templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3527,7 +3527,7 @@ def render_user_dashboard_html(
35273527
<div style=\"color:#e2e8f0;font-size:13px;line-height:1.7;margin-bottom:18px\">
35283528
<div style=\"margin-bottom:10px\" data-i18n-html=\"dash.modal.incident_csv_warn_html\"><strong style=\"color:#fbbf24\">변경 내역(history)은 CSV 내역에 포함되지 않습니다.</strong></div>
35293529
<div style=\"color:#cbd5e1\" data-i18n-html=\"dash.modal.incident_csv_desc_html\">각 인시던트는 <strong style=\"color:#38bdf8\">변경 일자</strong>와 <strong style=\"color:#38bdf8\">최신 내역</strong>(현재 상태 / 담당자 / 영향도 등)만 1행으로 표시됩니다.</div>
3530-
<div style=\"color:#94a3b8;margin-top:10px;font-size:12px\" data-i18n-html=\"dash.modal.incident_csv_hint_html\">전체 변경 이력은 인시던트 상세 모달의 \"변경 이력\" 섹션 또는 <code style=\"background:#1e293b;padding:1px 6px;border-radius:3px\">/incidents/{id}/history</code> API를 이용해 주세요.</div>
3530+
<div style=\"color:#94a3b8;margin-top:10px;font-size:12px\" data-i18n-html=\"dash.modal.incident_csv_hint_html\">전체 변경 이력은 어드민 <strong>통합 이력 로그</strong> 페이지 또는 <code style=\"background:#1e293b;padding:1px 6px;border-radius:3px\">/incidents/{id}/history</code> API를 이용해 주세요.</div>
35313531
</div>
35323532
<div style=\"display:flex;gap:10px;justify-content:flex-end\">
35333533
<button onclick=\"closeIncidentCsvNotice()\" style=\"background:#1e293b;border:1px solid #334155;color:#94a3b8;padding:8px 18px;border-radius:6px;cursor:pointer;font-size:13px\" data-i18n=\"dash.f.cancel\">취소</button>

0 commit comments

Comments
 (0)