mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(edge): fix formatting of scripts for release [EE-2987] (#6794)
* fix(edge) fix formatting for release [EE-2987] * fix(edge) EE-2987 fix edge agent command formatting Co-authored-by: Simon Meng <simon.meng@portainer.io>
This commit is contained in:
parent
8a6024ce9b
commit
b1b0a76465
4 changed files with 12 additions and 14 deletions
|
@ -5,7 +5,7 @@ import { r2a } from '@/react-tools/react2angular';
|
|||
import { useSettings } from '@/portainer/settings/settings.service';
|
||||
|
||||
import { EdgePropertiesForm } from './EdgePropertiesForm';
|
||||
import { Scripts } from './Scripts';
|
||||
import { ScriptTabs } from './ScriptTabs';
|
||||
import { EdgeProperties } from './types';
|
||||
|
||||
interface Props {
|
||||
|
@ -43,7 +43,7 @@ export function EdgeScriptForm({ edgeKey, edgeId }: Props) {
|
|||
hideIdGetter={edgeId !== undefined}
|
||||
/>
|
||||
|
||||
<Scripts
|
||||
<ScriptTabs
|
||||
values={edgeProperties}
|
||||
agentVersion={agentVersion}
|
||||
edgeKey={edgeKey}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue