diff --git a/core/core-frontend/src/layout/components/MenuItem.vue b/core/core-frontend/src/layout/components/MenuItem.vue index 3c819e377f..e77b01a017 100644 --- a/core/core-frontend/src/layout/components/MenuItem.vue +++ b/core/core-frontend/src/layout/components/MenuItem.vue @@ -21,6 +21,8 @@ import icon_msg_fill from '@/assets/svg/icon_msg_fill.svg' import icon_free from '@/assets/svg/icon_free.svg' import icon_security from '@/assets/svg/icon_security.svg' import icon_webhook from '@/assets/svg/icon_webhook.svg' +import icon_template from '@/assets/svg/icon_template.svg' +import log from '@/assets/svg/log.svg' const iconMap = { appearance: appearance, @@ -42,7 +44,9 @@ const iconMap = { org: org, peoples: peoples, report: report, - sync: sync + sync: sync, + icon_template, + log } const titleWithIcon = props => {