Skip to content

Commit

Permalink
vera_liu-deleted_dashboard_title_column_in_welcome_page (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
veraliu7 authored and mistercrunch committed Aug 17, 2016
1 parent cc058e5 commit 8097495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ def pre_delete(self, obj):


class DashboardModelViewAsync(DashboardModelView): # noqa
list_columns = ['dashboard_link', 'creator', 'modified', 'dashboard_title']
list_columns = ['dashboard_link', 'creator', 'modified']
label_columns = {
'dashboard_link': 'Dashboard',
}
Expand Down

0 comments on commit 8097495

Please sign in to comment.