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


##########
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:
   There is an explicit permission for accessing system diagnostics. In current 
NiFi the link is always shown and the user gets an insufficient permissions 
error message when clicking it. We could consider hiding the link in this case 
or showing the message in a dialog. Currently, it is unhandled and nothing 
happens in the UI. Inspecting Dev Tools shows the `403` response.



-- 
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