mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
chore: Add in the fix for the test integration to the actual sdk
This commit is contained in:
@@ -172,7 +172,7 @@ export type ActionMetadata = {
|
|||||||
warning: string | null
|
warning: string | null
|
||||||
input: InputSpec
|
input: InputSpec
|
||||||
disabled: boolean
|
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
|
* So the ordering of the actions is by alphabetical order of the group, then followed by the alphabetical of the actions
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user