대시보드 시스템 상태 신호등 가로 배치로 수정

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-06-11 16:41:18 +09:00
parent 14fafea739
commit 75738c424f
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -182,7 +182,8 @@ const DashboardPage: React.FC<Props> = ({ theme, onGoChart }) => {
<section className="gc-dash-card">
<h2 className="gc-dash-card-title"> </h2>
<div className="gc-dash-card-inner gc-dash-sys-status">
<div className="gc-dash-card-inner">
<div className="gc-dash-sys-status">
{/* 전체 시스템 */}
<div className="gc-sys-tl-item">
<div className={`gc-traffic-light gc-traffic-light--${health}`} aria-label="시스템 상태">
@@ -242,6 +243,7 @@ const DashboardPage: React.FC<Props> = ({ theme, onGoChart }) => {
);
})()}
</div>
</div>
</section>
<section className="gc-dash-card">