feat: can now be finished as well
This commit is contained in:
@@ -491,6 +491,7 @@ fn render_manifest_list<TOperator: Operator>(f: &mut Frame, app: &mut App<TOpera
|
||||
nocontrol::manifests::ManifestStatusState::Stopping => Color::Magenta,
|
||||
nocontrol::manifests::ManifestStatusState::Deleting => Color::Red,
|
||||
nocontrol::manifests::ManifestStatusState::Errored => Color::Red,
|
||||
nocontrol::manifests::ManifestStatusState::Finished => Color::Green,
|
||||
};
|
||||
|
||||
let status_text = format!("{:?}", status);
|
||||
|
||||
Reference in New Issue
Block a user