[Developer] #424 rename object page to ORDS handler target

This commit is contained in:
devmrko
2026-06-25 14:22:54 +09:00
parent 7a98a0c28f
commit a2a45951f1
4 changed files with 14 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
<main class="container py-4">
<div class="page-title">
<h1>VPD 설정</h1>
<p>테이블/뷰 관리에 등록된 보호 객체에 적용된 Oracle VPD policy 설정을 확인합니다.</p>
<p>ORDS 조회 Handler 대상에 등록된 보호 객체에 적용된 Oracle VPD policy 설정을 확인합니다.</p>
</div>
<div class="alert alert-warning" th:if="${runtimeError}">
@@ -98,7 +98,7 @@
</th:block>
<tr th:if="${#lists.isEmpty(policies)}">
<td colspan="8" class="text-muted">
등록된 보호 객체에 적용된 VPD policy가 없습니다. 테이블/뷰 관리의 보호 객체 등록 상태와 DB policy 적용 상태를 확인하세요.
등록된 보호 객체에 적용된 VPD policy가 없습니다. ORDS 조회 Handler 대상 등록 상태와 DB policy 적용 상태를 확인하세요.
</td>
</tr>
</tbody>