Skip to content

Commit

Permalink
[minor] fixing the icons in the navbar
Browse files Browse the repository at this point in the history
the top item on the navbar had no icon, and the content of the menu had
two items with the same icon
  • Loading branch information
mistercrunch committed Sep 28, 2016
1 parent 96844c5 commit f0289ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion caravel/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1972,12 +1972,14 @@ class CssTemplateModelView(CaravelModelView, DeleteMixin):
appbuilder.add_link(
'SQL Editor',
href='/caravel/sqllab',
category_icon="fa-flask",
icon="fa-flask",
category='SQL Lab')
appbuilder.add_link(
'Query Search',
href='/caravel/sqllab#search',
icon="fa-flask",
icon="fa-search",
category_icon="fa-flask",
category='SQL Lab')


Expand Down

0 comments on commit f0289ce

Please sign in to comment.