generated from gc/template-java-maven
- S&P/SNP 텍스트를 KCG로 변경 (타이틀, 사이드바, 대시보드) - 사이드 메뉴 한글화 (모니터링, 통계, API 키, 관리자) - 테넌트 → 부서 텍스트 변경 - MainLayout 헤더/사이드바 레퍼런스 디자인 적용 (아이콘, 인디케이터, 알약 역할 스위처) - ApiHubLayout 헤더/사이드바 레퍼런스 디자인 적용 (도메인 색상 팔레트, 도트 인디케이터) - 서비스 상태 카드 서비스 코드 제거 - 대시보드 배너 설명 텍스트 변경 - 도메인 이미지 파일명 한글 변경 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
736 B
HTML
18 lines
736 B
HTML
<!doctype html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/snp-connection/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/snp-connection/favicon-16x16.png" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/snp-connection/apple-touch-icon.png" />
|
|
<link rel="manifest" href="/snp-connection/site.webmanifest" />
|
|
<link rel="shortcut icon" href="/snp-connection/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>KCG Connection Monitoring</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|