aaronucsd commented on a change in pull request #3621: [TE] frontend -
harleyjj/rootcause - add Anomaly to labels for rootca…
URL: https://github.com/apache/incubator-pinot/pull/3621#discussion_r243372403
##########
File path: thirdeye/thirdeye-frontend/app/utils/rca-utils.js
##########
@@ -309,7 +309,7 @@ export function toEventLabel(urn, entities) {
if (urn.includes('anomaly')) {
const [, id] = urn.split(':anomaly:');
- label = `#${id} ${label}`;
+ label = `Anomaly #${id} ${label}`;
Review comment:
The tooltip used the same?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]