Merge branch 'integration/new-container-runtime' of github.com:Start9Labs/start-os into rebase/feat/domains

This commit is contained in:
Matt Hill
2024-03-27 10:35:42 -06:00
77 changed files with 297 additions and 856 deletions

View File

@@ -172,7 +172,7 @@ export type ActionMetadata = {
warning: string | null
input: InputSpec
disabled: boolean
allowedStatuses: "only-running" | "only-stopped" | "any"
allowedStatuses: "onlyRunning" | "onlyStopped" | "any"
/**
* So the ordering of the actions is by alphabetical order of the group, then followed by the alphabetical of the actions
*/