feat(edge): add EnvVar to stack details [EE-5463] (#9036)

This commit is contained in:
Chaim Lev-Ari
2023-07-04 11:14:35 +07:00
committed by GitHub
parent 1a9a564553
commit f5e09618f0
9 changed files with 59 additions and 6 deletions
@@ -102,6 +102,7 @@ export class EditEdgeStackViewController {
deploymentType: values.deploymentType,
updateVersion,
webhook: values.webhookEnabled ? this.stack.Webhook || createWebhookId() : '',
envVars: values.envVars,
});
this.Notifications.success('Success', 'Stack successfully deployed');
this.state.isStackDeployed = true;