Skip to content

Commit

Permalink
added creator column and adjusted order columns (#10789)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Davis <@dropbox.com>
  • Loading branch information
JasonD28 authored Sep 4, 2020
1 parent f685825 commit bc4f98e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset/views/alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bc4f98e

Please sign in to comment.