Remove 'Repo' prefix from backup header display
All checks were successful
Build and Release / build-and-release (push) Successful in 1m10s
All checks were successful
Build and Release / build-and-release (push) Successful in 1m10s
Simplify backup section header by removing the 'Repo' prefix and displaying only the timestamp with status icon. Repository details are still shown as sub-items below the timestamp.
This commit is contained in:
@@ -544,9 +544,8 @@ impl SystemWidget {
|
||||
"unknown".to_string()
|
||||
};
|
||||
|
||||
// Header: "Repo <complete timestamp>"
|
||||
let repo_text = format!("Repo {}", time_display);
|
||||
let repo_spans = StatusIcons::create_status_spans(self.backup_status, &repo_text);
|
||||
// Header: just the timestamp
|
||||
let repo_spans = StatusIcons::create_status_spans(self.backup_status, &time_display);
|
||||
lines.push(Line::from(repo_spans));
|
||||
|
||||
// List all repositories with archive count and size
|
||||
|
||||
Reference in New Issue
Block a user