jedcunningham commented on code in PR #24065:
URL: https://github.com/apache/airflow/pull/24065#discussion_r887329549
##########
airflow/www/fab_security/manager.py:
##########
@@ -787,7 +785,7 @@ def register_views(self):
if
self.appbuilder.app.config.get("FAB_ADD_SECURITY_PERMISSION_VIEWS_VIEW", True):
self.appbuilder.add_view(
self.permissionmodelview,
- "Permissions",
+ "Permission Pairs",
Review Comment:
It doesn't get shown to the user, the `label` 2 lines down is what is shown 👍
--
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]