mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
v0.3.4
remove health checks from manifest remove "restarting" bool on "starting" status remove restarting attr
This commit is contained in:
@@ -26,9 +26,7 @@ pub enum MainStatus {
|
||||
Stopped,
|
||||
Restarting,
|
||||
Stopping,
|
||||
Starting {
|
||||
restarting: bool,
|
||||
},
|
||||
Starting,
|
||||
Running {
|
||||
started: DateTime<Utc>,
|
||||
health: BTreeMap<HealthCheckId, HealthCheckResult>,
|
||||
|
||||
Reference in New Issue
Block a user