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::Stopping => Color::Magenta,
|
||||||
nocontrol::manifests::ManifestStatusState::Deleting => Color::Red,
|
nocontrol::manifests::ManifestStatusState::Deleting => Color::Red,
|
||||||
nocontrol::manifests::ManifestStatusState::Errored => Color::Red,
|
nocontrol::manifests::ManifestStatusState::Errored => Color::Red,
|
||||||
|
nocontrol::manifests::ManifestStatusState::Finished => Color::Green,
|
||||||
};
|
};
|
||||||
|
|
||||||
let status_text = format!("{:?}", status);
|
let status_text = format!("{:?}", status);
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ pub enum ManifestStatusState {
|
|||||||
Running,
|
Running,
|
||||||
Stopping,
|
Stopping,
|
||||||
Deleting,
|
Deleting,
|
||||||
|
Finished,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||||
|
|||||||
Reference in New Issue
Block a user