rfellows commented on code in PR #8190:
URL: https://github.com/apache/nifi/pull/8190#discussion_r1437738340


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/summary/ui/connection-status-listing/connection-status-listing.component.html:
##########
@@ -41,6 +41,9 @@
                     <div>Last updated:</div>
                     <div class="refresh-timestamp">{{ loadedTimestamp$ | async 
}}</div>
                 </div>
+                <div>
+                    <a (click)="openSystemDiagnostics($event)">System 
Diagnostics</a>

Review Comment:
   I'll hide these links if the user does not had the appropriate permission.



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to