Skip to content

Commit

Permalink
Modify <td>Container Health Status</td> to <td>Health Status</td> to …
Browse files Browse the repository at this point in the history
…Accommodate Non-Container Service Status Data (#1476)

change <td>Container Health Status</td> to <td>Health Status</td>
  • Loading branch information
liyaqin1 authored Mar 1, 2024
1 parent 9d7f0b5 commit 886cd11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<td>{{ agent.status }}</td>
</tr>
<tr>
<td>Container Health Status</td>
<td>Health Status</td>
<td>
{% if agent.containerHealthStatus == "" %}
N/A (Not Applicable)
Expand Down

0 comments on commit 886cd11

Please sign in to comment.