fix: Word and colour Windows workloads correctly across the UI
This commit is contained in:
+1
-1
@@ -1122,7 +1122,7 @@ export const vulnerabilities = {
|
||||
export type WorkloadKind = "container" | "unit";
|
||||
export type WorkloadAction = "start" | "stop" | "restart";
|
||||
|
||||
/** One container or one systemd unit.
|
||||
/** One Docker container, one systemd unit, or one Windows service.
|
||||
*
|
||||
* `state` is deliberately not a shared vocabulary across the two kinds:
|
||||
* containers report running/exited/paused/restarting/created, units report
|
||||
|
||||
Reference in New Issue
Block a user