mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +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
|
@ -56,8 +56,8 @@
|
|||
ng-class="{ active: item.Checked }"
|
||||
>
|
||||
<td>{{ item.Name }}</td>
|
||||
<td>{{ $ctrl.statusMap[item.Status.Type] || 'Pending' }}</td>
|
||||
<td>{{ item.Status.Error ? item.Status.Error : '-' }}</td>
|
||||
<td>{{ $ctrl.endpointStatusLabel(item.Id) }}</td>
|
||||
<td>{{ $ctrl.endpointStatusError(item.Id) }}</td>
|
||||
</tr>
|
||||
<tr ng-if="$ctrl.state.loading">
|
||||
<td colspan="5" class="text-center text-muted">Loading...</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue