scottyaslan commented on code in PR #9550:
URL: https://github.com/apache/nifi/pull/9550#discussion_r1937468802
##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/common/tooltips/version-control-tip/version-control-tip.component.html:
##########
@@ -16,10 +16,33 @@
-->
<div class="tooltip" [style.left.px]="left" [style.top.px]="top">
- <div>
- {{ getTrackingMessage() }}
- </div>
- <div>
+ @if (data?.versionControlInformation; as vci) {
+ <div class="flex flex-col gap-y-2 mb-3">
+ <div>
+ <div>Flow Name</div>
+ <div class="tertiary-color font-medium">{{ vci.flowName
}}</div>
Review Comment:
I think we need to truncate and add a title for each of these since users
can name a flow, registry, branch, or bucket anything they want.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]