[UX] #577 present VPD as a product console

This commit is contained in:
devmrko
2026-07-01 08:06:03 +09:00
parent 45621e1b7d
commit be14b4c797
27 changed files with 203 additions and 263 deletions

View File

@@ -1,14 +1,13 @@
<!doctype html>
<html lang="ko" xmlns:th="http://www.thymeleaf.org">
<head th:replace="~{fragments/layout :: head('사용자 관리')}"></head>
<head th:replace="~{fragments/layout :: head('사용자')}"></head>
<body>
<nav th:replace="~{fragments/layout :: nav}"></nav>
<main class="container py-4">
<div class="page-title">
<h1>사용자 관리</h1>
<p class="context-summary">토큰과 권한의 기준이 되는 백오피스 사용자를 관리합니다.</p>
<h1>사용자</h1>
<details class="explanation-details">
<summary>사용자와 DB 계정의 차이 보기</summary>
<summary>도움말</summary>
<p>Bearer Token과 권한 매핑에 사용할 내부 사용자를 관리합니다. 여기의 사용자는 Oracle DB schema 계정이 아니라 권한체계에서 식별하는 application user입니다.</p>
</details>
</div>