fix: menu config

This commit is contained in:
LoadChange 2020-02-07 09:09:15 +08:00
parent da4192c4a5
commit 94ddff5be5
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ const configurationMenu = {
key: 'configurationManagement',
url: '/configurationManagement',
},
{
key: 'historyRollback',
url: '/historyRollback',
},
{
key: 'listeningToQuery',
url: '/listeningToQuery',

File diff suppressed because one or more lines are too long