xinbinhuang commented on a change in pull request #15194:
URL: https://github.com/apache/airflow/pull/15194#discussion_r610383909
##########
File path: airflow/www/views.py
##########
@@ -3145,9 +3145,9 @@ class VariableModelView(AirflowModelView):
permissions.ACTION_CAN_ACCESS_MENU,
]
- list_columns = ['key', 'val', 'is_encrypted']
- add_columns = ['key', 'val']
- edit_columns = ['key', 'val']
+ list_columns = ['key', 'val', 'description', 'is_encrypted']
+ add_columns = ['key', 'val', 'description']
+ edit_columns = ['key', 'val', 'description']
Review comment:
Do you think it'll be better to order as `['key', 'description',
'val',`? This seems to be a more reasonable order
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]