scottyaslan commented on code in PR #11225:
URL: https://github.com/apache/nifi/pull/11225#discussion_r3230588780
##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/connectors/ui/connector-table/connector-table.component.html:
##########
@@ -76,9 +76,10 @@
<div class="inline-flex items-center gap-x-2">
<span [title]="formatState(item)">{{ formatState(item)
}}</span>
@if (canRead(item) && canDiscardConfig(item)) {
- <span class="caution-color text-xs font-medium"
data-qa="edits-not-applied-badge"
- >(Edits not applied)</span
- >
+ <i
+ class="neutral-color fa fa-asterisk"
+ matTooltip="Edits not applied"
+ matTooltipPosition="after"></i>
Review Comment:
<img width="1426" height="937" alt="Screenshot 2026-05-12 at 8 09 15 PM"
src="https://github.com/user-attachments/assets/2e2b05f0-311b-455c-8e42-2516a23370f0"
/>
<img width="390" height="204" alt="Screenshot 2026-05-12 at 8 09 25 PM"
src="https://github.com/user-attachments/assets/cb37d334-c6bb-4315-a7f1-830874e54be3"
/>
--
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]