Skip to content

Commit

Permalink
Add Datasource Name filter under slice list view (#4000)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored Dec 4, 2017
1 parent eff5952 commit 89f6ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class SliceModelView(SupersetModelView, DeleteMixin): # noqa
'datasource_link': _('Datasource'),
}
search_columns = (
'slice_name', 'description', 'viz_type', 'owners',
'slice_name', 'description', 'viz_type', 'datasource_name', 'owners',
)
list_columns = [
'slice_link', 'viz_type', 'datasource_link', 'creator', 'modified']
Expand Down

0 comments on commit 89f6ccc

Please sign in to comment.