added creator column and adjusted order columns (#10789)

Co-authored-by: Jason Davis <@dropbox.com>
This commit is contained in:
Jason Davis 2020-09-04 10:29:36 -07:00 committed by GitHub
parent f6858256f4
commit bc4f98e5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -191,7 +191,9 @@ class AlertModelView(SupersetModelView): # pylint: disable=too-many-ancestors
"last_eval_dttm",
"last_state",
"active",
"creator",
)
order_columns = ["label", "last_eval_dttm", "last_state", "active"]
add_columns = (
"label",
"active",