Fixed the wrong icon for Source -> Table (#5574)

This commit is contained in:
Conglei 2018-08-06 17:27:48 -07:00 committed by Chris Williams
parent 39acd9ff7d
commit ad469c72ad
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ appbuilder.add_link(
'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')