mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 07:46:00 +00:00
icon names refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user