mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix(edge/stacks): show correct status for env [EE-3374] (#7466)
This commit is contained in:
parent
a247db7e93
commit
29f0daa7ea
8 changed files with 39 additions and 21 deletions
|
@ -33,6 +33,8 @@
|
|||
table-key="edgeStackEndpoints"
|
||||
order-by="Name"
|
||||
retrieve-page="$ctrl.getPaginatedEndpoints"
|
||||
edge-stack-id="$ctrl.stack.Id"
|
||||
endpoints-status="$ctrl.stack.Status"
|
||||
>
|
||||
</edge-stack-endpoints-datatable>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue