ui: adopt product language for DDS console
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>DDS Permission Console 로그인</title>
|
||||
<title>DDS 권한 운영 콘솔 로그인</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/css/dds.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="login-page">
|
||||
<main class="login-card">
|
||||
<span class="eyebrow">DEEP DATA SECURITY</span>
|
||||
<h1>DDS Permission Console</h1>
|
||||
<p>VPD와 분리된 DDS 전용 인스턴스입니다.</p>
|
||||
<h1>DDS 권한 운영 콘솔</h1>
|
||||
<p>관리자 전용 보호 정책 운영</p>
|
||||
<div class="alert alert-danger" th:if="${param.error}">관리자 인증에 실패했습니다.</div>
|
||||
<div class="alert alert-success" th:if="${param.logout}">로그아웃되었습니다.</div>
|
||||
<form method="post" action="/login">
|
||||
|
||||
Reference in New Issue
Block a user