TWSD-1059 - "Health Check" button is in "enabled" state though it is disabled.
Review Request #1202 — Created Dec. 1, 2025 and submitted — Latest diff uploaded
| Information | |
|---|---|
| shuinvy | |
| APV10 | |
| rel_apv_10_7 | |
| TWSD-1059 | |
| Reviewers | |
| austin, kevin.poh, mingji, peteryeh | |
Fix issue for health checking status in WebUI
The root cause is CLI is in lower case, but our code is checking upper case.
After changing the code to lower case as CLI text,
the issue is resolved.
