1//! Per-tab modules. Each module exposes a pure-data view model
2//! (testable without egui) and a thin `render` function that draws
3//! the view model into an `egui::Ui`.
45pub mod about;
6pub mod config;
7pub mod jobs;
8pub mod logs;
9pub mod status;