From 5054398f4fc0def5b980bb09d2dbc13bab284369 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Tue, 31 Mar 2026 13:26:10 +0900 Subject: [PATCH] =?UTF-8?q?fix(tbm):=20=EC=A7=84=EC=9E=85=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20tbm.html=20=E2=86=92=20tbm-mobile.html=20=EA=B5=90?= =?UTF-8?q?=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 구버전(오렌지 헤더) → 신버전(블루 그라데이션, 모바일 최적화) NAV_MENU + pages 테이블 page_path 변경 Co-Authored-By: Claude Opus 4.6 (1M context) --- system1-factory/web/pages/dashboard-new.html | 2 +- system1-factory/web/static/js/tkfb-core.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system1-factory/web/pages/dashboard-new.html b/system1-factory/web/pages/dashboard-new.html index 5519c6c..2a9d2e3 100644 --- a/system1-factory/web/pages/dashboard-new.html +++ b/system1-factory/web/pages/dashboard-new.html @@ -45,7 +45,7 @@ - + diff --git a/system1-factory/web/static/js/tkfb-core.js b/system1-factory/web/static/js/tkfb-core.js index 0ae737f..5c7c4c0 100644 --- a/system1-factory/web/static/js/tkfb-core.js +++ b/system1-factory/web/static/js/tkfb-core.js @@ -117,7 +117,7 @@ async function _fetchPageAccess(userId) { const NAV_MENU = [ { cat: null, href: '/pages/dashboard-new.html', icon: 'fa-home', label: '대시보드', key: 'dashboard' }, { cat: '작업 관리', items: [ - { href: '/pages/work/tbm.html', icon: 'fa-clipboard-list', label: 'TBM 관리', key: 'work.tbm' }, + { href: '/pages/work/tbm-mobile.html', icon: 'fa-clipboard-list', label: 'TBM 관리', key: 'work.tbm' }, { href: '/pages/work/report-create.html', icon: 'fa-file-alt', label: '작업보고서 작성', key: 'work.report_create' }, { href: '/pages/work/analysis.html', icon: 'fa-chart-bar', label: '작업 분석', key: 'work.analysis', admin: true }, { href: `${_tkqcBase}/`, icon: 'fa-exclamation-triangle', label: '부적합 현황', key: 'work.nonconformity', external: true },