[minor] fixing the icons in the navbar

the top item on the navbar had no icon, and the content of the menu had
two items with the same icon
This commit is contained in:
Maxime Beauchemin 2016-09-28 10:43:11 -07:00
parent 96844c5c12
commit f0289cef3a
1 changed files with 3 additions and 1 deletions

View File

@ -1972,12 +1972,14 @@ appbuilder.add_view(
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')