From 9a107cd0dacaee4d7900881bf89e8e24bdcd41ff Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Thu, 25 Aug 2022 17:28:52 +0800 Subject: [PATCH] fix: fix heat menu in administrator Fix the endpoint for the heat menu in the administrator Change-Id: I543c165017e1d89f146184ec986e05e32254666e --- src/layouts/admin-menu.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/admin-menu.jsx b/src/layouts/admin-menu.jsx index 44926208..127d62e6 100644 --- a/src/layouts/admin-menu.jsx +++ b/src/layouts/admin-menu.jsx @@ -712,7 +712,7 @@ const renderMenu = (t) => { path: '/heat', name: t('Orchestration'), key: 'heatAdmin', - endpoints: 'heats', + endpoints: 'heat', icon: , children: [ {