Skip to content

Commit

Permalink
add html tags with leader readiness info
Browse files Browse the repository at this point in the history
  • Loading branch information
chiacyu committed Dec 31, 2024
1 parent d3952b2 commit 83a1ab0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ <h4 ng-show="$ctrl.overview.jmx.RatisRoles.length == 1 && $ctrl.overview.jmx.Rat
<th>Node ID</th>
<th>Ratis Port</th>
<th>Role</th>
<th>Leader Readiness</th>
</tr>
</thead>
<tbody ng-repeat="roles in $ctrl.overview.jmx.RatisRoles">
Expand All @@ -63,12 +64,14 @@ <h4 ng-show="$ctrl.overview.jmx.RatisRoles.length == 1 && $ctrl.overview.jmx.Rat
<td>{{roles[1]}}</td>
<td>{{roles[2]}}</td>
<td>{{roles[3]}}</td>
<td>{{roles[4]}}</td>
</tr>
<tr ng-if="$ctrl.role.Id != roles[1]">
<td>{{roles[0]}}</td>
<td>{{roles[1]}}</td>
<td>{{roles[2]}}</td>
<td>{{roles[3]}}</td>
<td>{{roles[4]}}</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 83a1ab0

Please sign in to comment.