Skip to content
Snippets Groups Projects
Commit 3f8531db authored by Domonkos Gulyas's avatar Domonkos Gulyas
Browse files

CE-2841: Fix deployments for already already deployed IOCs

parent 9ffea84d
No related branches found
No related tags found
1 merge request!469CE-2841: Fix deployments for already already deployed IOCs
Pipeline #189537 waiting for manual action
...@@ -141,7 +141,7 @@ export function IOCManage({ ...@@ -141,7 +141,7 @@ export function IOCManage({
formInit.shortVersion = ioc.activeDeployment.sourceVersionShort; formInit.shortVersion = ioc.activeDeployment.sourceVersionShort;
formInit.netBoxHost = { formInit.netBoxHost = {
fqdn: ioc.activeDeployment.host.fqdn, fqdn: ioc.activeDeployment.host.fqdn,
netBoxHost: ioc.activeDeployment.host.hostId hostId: ioc.activeDeployment.host.hostId
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment