From f0289cef3a373c40529951ce4688e3c92196421e Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 28 Sep 2016 10:43:11 -0700 Subject: [PATCH] [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 --- caravel/views.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/caravel/views.py b/caravel/views.py index 95ef578dc7..8dd6acb9c5 100755 --- a/caravel/views.py +++ b/caravel/views.py @@ -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')