From 7e10a90a1a2f5365fda9abb500c5deefcad62238 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Fri, 13 Mar 2026 20:22:18 +0900 Subject: [PATCH] =?UTF-8?q?feat(dashboard):=20=ED=96=89=EC=A0=95=EC=A7=80?= =?UTF-8?q?=EC=9B=90(tksupport)=20=EC=B9=B4=EB=93=9C=20=ED=99=9C=EC=84=B1?= =?UTF-8?q?=ED=99=94=20=E2=80=94=20=EC=A4=80=EB=B9=84=EC=A4=91=20=ED=95=B4?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- gateway/html/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/html/dashboard.html b/gateway/html/dashboard.html index f92a3a0..627f0c8 100644 --- a/gateway/html/dashboard.html +++ b/gateway/html/dashboard.html @@ -494,7 +494,7 @@ { id: 'quality', name: '부적합관리', desc: '부적합 이슈 추적·처리', icon: '\uD83D\uDCCA', subdomain: 'tkqc', accessKey: 'system3', color: '#059669' }, { id: 'purchase', name: '구매관리', desc: '자재 구매, 일용직 관리', icon: '\uD83D\uDED2', subdomain: 'tkpurchase', color: '#d97706' }, { id: 'safety', name: '안전관리', desc: '안전 점검, 방문 관리', icon: '\uD83E\uDDBA', subdomain: 'tksafety', color: '#7c3aed' }, - { id: 'support', name: '행정지원', desc: '전사 행정 업무 지원', icon: '\uD83C\uDFE2', subdomain: 'tksupport', comingSoon: true, color: '#6b7280' }, + { id: 'support', name: '행정지원', desc: '전사 행정 업무 지원', icon: '\uD83C\uDFE2', subdomain: 'tksupport', color: '#0284c7' }, { id: 'admin', name: '통합관리', desc: '사용자·권한 관리', icon: '\u2699\uFE0F', subdomain: 'tkuser', minRole: 'admin', color: '#0891b2' } ];