uranusjr commented on code in PR #24065:
URL: https://github.com/apache/airflow/pull/24065#discussion_r887360898
##########
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:
I wonder if there’s a better name than _Permission Pairs_ (which doesn’t
explain much on its own).
--
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]