uranusjr commented on a change in pull request #19153:
URL: https://github.com/apache/airflow/pull/19153#discussion_r734402853
##########
File path: airflow/www/views.py
##########
@@ -4530,29 +4530,49 @@ def _node_dict(node_id, label, node_class):
}
-class CustomPermissionModelView(PermissionModelView):
- """Customize permission names for FAB's builtin PermissionModelView."""
+class ActionModelView(PermissionModelView):
+ """Customize permission names for FAB's builtin PermissionModelView.."""
Review comment:
```suggestion
"""Customize permission names for FAB's builtin PermissionModelView."""
```
--
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]