대시보드 시스템 상태 신호등 가로 배치로 수정
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user