mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(edgegroups): allow edge groups with no environments or tags EE-4927 (#8439)
This commit is contained in:
parent
0c5a0eb3a0
commit
c90a1be0e5
2 changed files with 1 additions and 5 deletions
|
@ -86,7 +86,7 @@
|
|||
<button
|
||||
type="submit"
|
||||
class="btn btn-primary btn-sm"
|
||||
ng-disabled="$ctrl.actionInProgress || !EdgeGroupForm.$valid || (!$ctrl.model.Dynamic && !$ctrl.model.Endpoints.length) || ($ctrl.model.Dynamic && !$ctrl.model.TagIds.length)"
|
||||
ng-disabled="$ctrl.actionInProgress || !EdgeGroupForm.$valid"
|
||||
button-spinner="$ctrl.actionInProgress"
|
||||
data-cy="edgeGroupCreate-addGroupButton"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue