This commit is contained in:
jasonwitty 2025-08-11 23:41:23 -07:00
parent 8d81ee1f7e
commit 0a70d7fd39
2 changed files with 2 additions and 2 deletions

View File

@ -123,4 +123,4 @@ pub fn draw_gpu(f: &mut ratatui::Frame<'_>, area: Rect, m: Option<&Metrics>) {
mem_cols[1], mem_cols[1],
); );
} }
} }

View File

@ -139,4 +139,4 @@ pub async fn collect_metrics(state: &AppState) -> Metrics {
top_processes: procs, top_processes: procs,
gpus, gpus,
} }
} }