refactor(opendock): changes to how we do the intergration scheduling

ref #23
This commit is contained in:
2026-05-20 20:49:00 -05:00
parent 36ac1dccb4
commit cd67c4de80
4 changed files with 87 additions and 7 deletions

View File

@@ -357,6 +357,17 @@ const newSettings: NewSetting[] = [
roles: ["admin"],
seedVersion: 1,
},
{
name: "defaultLoadType",
value: "drop",
active: false,
description:
"What is the default load type we will use for creating new apt: drop or live are the current options.",
moduleName: "opendock",
settingType: "standard",
roles: ["admin"],
seedVersion: 1,
},
];
export const baseSettingValidationCheck = async () => {