Skip to content

Commit

Permalink
Better list view for druid datasurces
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 16, 2015
1 parent cf0734b commit d6b6433
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion panoramix/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ class LogModelView(PanoramixModelView):
class DatasourceModelView(PanoramixModelView, DeleteMixin):
datamodel = SQLAInterface(models.Datasource)
list_columns = [
'datasource_link', 'cluster', 'owner', 'is_featured', 'is_hidden',
'datasource_link', 'cluster', 'owner',
'created_by', 'created_on',
'changed_by', 'changed_on',
'offset']
related_views = [ColumnInlineView, MetricInlineView]
edit_columns = [
Expand Down

0 comments on commit d6b6433

Please sign in to comment.