Actions
Bug #12073
closed"List nodes" page displays no looking glass icon on the right of the node name b/c of personnal font
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Priority:
15
Name check:
Fix check:
Regression:
Description
It now displays something like "fl" instead of icon. Tested on both my firefox|palemoon and chromium browsers.
In the new Rudder 4.1.9 the corresponding html fragment is:
<i class="fa fa-search"></i>
The old 4.1.3 (good) version produced code like the following:
<a class="reportIcon" href="/rudder/secure/nodeManager/searchNodes#{"nodeId":"8a99ed58-0189-40b1-a4dc-fe3f3f944357","displayCompliance":false}"><img src="/rudder/cache-4.1.3/images/icMagnify-right.png"></a>
Files
Actions