Skip to content

Commit

Permalink
Changing an icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 21, 2015
1 parent c09dca5 commit 2cbe25c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions panoramix/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class DatabaseView(ModelView, DeleteMixin):
"Databases",
icon="fa-database",
category="Sources",
category_icon='fa-cogs',)
category_icon='fa-database',)


class TableView(ModelView, DeleteMixin):
Expand Down Expand Up @@ -139,7 +139,7 @@ class ClusterModelView(ModelView, DeleteMixin):
"Druid Clusters",
icon="fa-cubes",
category="Sources",
category_icon='fa-cogs',)
category_icon='fa-database',)


class SliceModelView(ModelView, DeleteMixin):
Expand Down Expand Up @@ -362,5 +362,5 @@ def autocomplete(self, datasource, column):
"Refresh Druid Metadata",
href='/panoramix/refresh_datasources/',
category='Sources',
category_icon='fa-cogs',
category_icon='fa-database',
icon="fa-cog")

0 comments on commit 2cbe25c

Please sign in to comment.