mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
fix(edge/stacks): ignore missing file [EE-5649] (#9127)
This commit is contained in:
parent
f293ea41d3
commit
ceabb2884b
2 changed files with 7 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
<div style="padding: 20px">
|
||||
<edit-edge-stack-form
|
||||
ng-if="$ctrl.edgeGroups && $ctrl.stack && $ctrl.formValues.content"
|
||||
ng-if="$ctrl.edgeGroups && $ctrl.stack && $ctrl.formValues.content !== null"
|
||||
edge-groups="$ctrl.edgeGroups"
|
||||
edge-stack="$ctrl.stack"
|
||||
is-submitting="$ctrl.state.actionInProgress"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue