mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-26 02:30:21 -06:00
Remove data grid icon for consistency with other menu options.
This commit is contained in:
parent
be0e637718
commit
35b57477de
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user