Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 19, 2015
1 parent 256193c commit 72ec6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panoramix/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class ClusterModelView(ModelView, DeleteMixin):
appbuilder.add_view(
ClusterModelView,
"Druid Clusters",
icon="fa-server",
icon="fa-cubes",
category="Sources",
category_icon='fa-cogs',)

Expand Down Expand Up @@ -194,7 +194,7 @@ def post_update(self, datasource):
DatasourceModelView,
"Druid Datasources",
category="Sources",
icon="fa-cubes")
icon="fa-cube")


@app.route('/health')
Expand Down

0 comments on commit 72ec6ae

Please sign in to comment.