diff --git a/web/src/components/PluginsPanel/PluginsPanel.tsx b/web/src/components/PluginsPanel/PluginsPanel.tsx index 82c60ecf0..00a03685f 100644 --- a/web/src/components/PluginsPanel/PluginsPanel.tsx +++ b/web/src/components/PluginsPanel/PluginsPanel.tsx @@ -306,7 +306,7 @@ export const PluginsPanel = ({ onPluginAddUpdate }: PluginsPanelInterface): JSX. ...(name && { name }), type: 'run', ...(Object.keys(container).length === 1 && container?.image - ? { spec: { container: get(container, 'image') } } + ? { spec: { ...pluginFormData, container: get(container, 'image') } } : { spec: pluginFormData }) } default: @@ -389,6 +389,7 @@ export const PluginsPanel = ({ onPluginAddUpdate }: PluginsPanelInterface): JSX. flex={{ justifyContent: 'space-between' }}> {category === PluginCategory.Harness ? ( + + + + + + + - - - - - - - } /> diff --git a/web/src/framework/strings/stringTypes.ts b/web/src/framework/strings/stringTypes.ts index 0094e426c..5cdd1ddb0 100644 --- a/web/src/framework/strings/stringTypes.ts +++ b/web/src/framework/strings/stringTypes.ts @@ -430,13 +430,16 @@ export interface StringsMap { 'plugins.stepLabel': string 'plugins.title': string 'pluginsPanel.plugins.helptext': string + 'pluginsPanel.run.always': string 'pluginsPanel.run.bash': string 'pluginsPanel.run.credentials': string 'pluginsPanel.run.entrypoint': string 'pluginsPanel.run.helptext': string + 'pluginsPanel.run.ifNotExists': string 'pluginsPanel.run.image': string 'pluginsPanel.run.network': string 'pluginsPanel.run.networkMode': string + 'pluginsPanel.run.never': string 'pluginsPanel.run.password': string 'pluginsPanel.run.path': string 'pluginsPanel.run.powershell': string diff --git a/web/src/i18n/strings.en.yaml b/web/src/i18n/strings.en.yaml index 9ededfe18..9c53c8197 100644 --- a/web/src/i18n/strings.en.yaml +++ b/web/src/i18n/strings.en.yaml @@ -738,6 +738,9 @@ pluginsPanel: networkMode: Network Mode privileged: Privileged path: Path + always: Always + never: Never + ifNotExists: If not exists createNewRepo: Create New repository importGitRepo: Import Repository importRepo: