Add owner field to the alerts list (#12420)

Co-authored-by: Bogdan Kyryliuk <bogdankyryliuk@dropbox.com>
This commit is contained in:
Bogdan 2021-01-13 10:54:30 -08:00 committed by GitHub
parent 628a9b2b7b
commit 52ba82fb8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ class AlertModelView(SupersetModelView): # pylint: disable=too-many-ancestors
list_columns = (
"label",
"owners",
"database",
"sql",
"pretty_config",