ui: adopt product language for DDS console

This commit is contained in:
devmrko
2026-07-01 07:57:52 +09:00
parent 5ab6c53eaf
commit 12b7e00cef
9 changed files with 92 additions and 92 deletions

View File

@@ -4,7 +4,7 @@
<div th:fragment="directComparison" class="table-responsive">
<form hx-post="/dds-protection/verify/direct" hx-target="#direct-comparison-result" hx-swap="innerHTML" class="mb-3">
<input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}">
<button class="btn btn-sm rw-btn-primary" type="submit">직접 비교 fixture 검증 실행</button>
<button class="btn btn-sm rw-btn-primary" type="submit">직접 접근 기준 검증 실행</button>
</form>
<table class="table table-sm align-middle protection-direct-table">
<thead><tr><th>검증 프로필</th><th>보호 상태</th><th>권한 반영</th><th>검색 검증</th><th>조치</th></tr></thead>