Skip to content

Commit

Permalink
Update unreachable host tooltip message
Browse files Browse the repository at this point in the history
  • Loading branch information
gzpcho committed Sep 30, 2024
1 parent 1076284 commit 99bc4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-board/deploy_board/webapp/templatetags/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def hostTooltipTitle(agentStat: AgentStatistics) -> str:
elif state == "DELETE":
return "Agent is removed from the current environment"
elif state == "UNREACHABLE":
return "Agent is unreachable after not responding to ping from teletraan server"
return "Agent is unreachable after not pinging Teletraan control plane within the threshold"
elif state == "STOP":
return "Agent is gracefully shutting down the service"
elif state == "RESET":
Expand Down

0 comments on commit 99bc4f0

Please sign in to comment.