icon names refactor

This commit is contained in:
Jan Prochazka
2020-11-10 18:21:29 +01:00
parent 1c2dedfef3
commit c8f7dc3d2c
37 changed files with 146 additions and 89 deletions

View File

@@ -3,7 +3,7 @@ import { filterName } from '@dbgate/datalib';
const macroAppObject = () => ({ name, type, title, group }, { setOpenedTabs }) => {
const key = name;
const icon = 'mdi mdi-hammer-wrench';
const icon = 'img macro';
const matcher = (filter) => filterName(filter, name, title);
const groupTitle = group;