Remove data grid icon for consistency with other menu options.

This commit is contained in:
Dave Page 2017-11-07 21:20:01 -05:00
parent be0e637718
commit 35b57477de

View File

@ -99,7 +99,7 @@ define('pgadmin.datagrid', [
});
}
pgAdmin.Browser.add_menu_category('view_data', gettext('View/Edit Data'), 100, 'fa fa-th');
pgAdmin.Browser.add_menu_category('view_data', gettext('View/Edit Data'), 100, '');
pgAdmin.Browser.add_menus(menus);
// Creating a new pgAdmin.Browser frame to show the data.