UNPKG

generator-jhipster-multitenancy

Version:
18 lines (16 loc) 500 B
const file = context => `${context.webappDir}app/shared/layout/menus/admin.tsx`; const tmpls = [ { type: 'rewriteFile', regex: true, target: context => '<MenuItem icon="tachometer-alt" to="/admin/metrics">', tmpl: context => `<MenuItem icon="asterisk" to="/entity/${context.tenantNameLowerFirst}"> <Translate contentKey="${context.i18nKeyPrefix}.home.title" /> </MenuItem>` } ]; module.exports = { file, tmpls };