mirror of
https://github.com/portainer/portainer.git
synced 2025-08-09 07:45:22 +02:00
fix(edge): show heartbeat for async env [EE-3380] (#7097)
This commit is contained in:
parent
60cd7b5527
commit
825269c119
13 changed files with 188 additions and 115 deletions
|
@ -66,12 +66,7 @@ export function WizardEndpointsList({ environmentIds }: Props) {
|
|||
</div>
|
||||
{isEdgeEnvironment(environment.Type) && (
|
||||
<div className={styles.wizardListEdgeStatus}>
|
||||
<EdgeIndicator
|
||||
edgeId={environment.EdgeID}
|
||||
checkInInterval={environment.EdgeCheckinInterval}
|
||||
queryDate={environment.QueryDate}
|
||||
lastCheckInDate={environment.LastCheckInDate}
|
||||
/>
|
||||
<EdgeIndicator environment={environment} />
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue