merge: pod-discovery-restore-tools

This commit is contained in:
2026-05-23 12:04:59 +09:00
11 changed files with 1229 additions and 14 deletions
+3
View File
@@ -758,6 +758,9 @@ impl App {
state.selected = 0;
}
}
Event::VisiblePods { .. }
| Event::PodInspection { .. }
| Event::PodAttachRestore { .. } => {}
Event::Shutdown => {
self.mark_orphan_compacts_incomplete();
self.quit = true;