TWSD-1556 - For the same SNMP profile there 2 delete icons so need to remove one
Review Request #1352 — Created Feb. 2, 2026 and submitted — Latest diff uploaded
| Information | |
|---|---|
| shuinvy | |
| AVX2 | |
| rel_avx_2_7_6 | |
| TWSD-1556 | |
| Reviewers | |
| austin, lucille, stevenku | |
Remove "Delete" text and only leave Delete icon for some pages.
The Jira ticket is:
https://arraynetworks.atlassian.net/browse/TWSD-1556I just remove the code of "Delete" text such as:
<span class="text-info" style="margin-left: 8px;">{{'Delete'|T}}</span>
so the result of Delete button is only the Delete icon.Besides,
I found other 2 places also is same issue:
1. SNMP v3 User list
2. Remote Syslog Host with Host ID not 0So I also fixed these two places.
You can see attachment for reference.
