Skip to content

Commit

Permalink
Fixed the wrong icon for Source -> Table (#5574)
Browse files Browse the repository at this point in the history
  • Loading branch information
conglei authored and williaster committed Aug 7, 2018
1 parent 39acd9f commit ad469c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/connectors/sqla/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def refresh(self, tables):
'Tables',
label=__('Tables'),
href='/tablemodelview/list/?_flt_1_is_sqllab_view=y',
icon='fa-upload',
icon='fa-table',
category='Sources',
category_label=__('Sources'),
category_icon='fa-table')
Expand Down

0 comments on commit ad469c7

Please sign in to comment.