jhtimmins commented on code in PR #24065:
URL: https://github.com/apache/airflow/pull/24065#discussion_r887388409
##########
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:
Do you have an alternative suggestion? This is unlikely to be seen by users
(since it's automatically added to admin roles).
--
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]