merge: integrate orchestration branch

This commit is contained in:
2026-06-13 10:53:20 +09:00
27 changed files with 3096 additions and 208 deletions
+1273 -117
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -894,7 +894,7 @@ fn pod_row(entry: &PodListEntry) -> PanelRow {
ticket: None,
related_pods: Vec::new(),
disabled_reason: entry.actions.disabled_reason.clone(),
key_hint: Some("Enter opens/attaches; Right marks action focus".to_string()),
key_hint: Some("Enter opens/attaches for inspection".to_string()),
}
}