Merge pull request #2347 from loadchange/develop_1.2.0

fix: menu config
This commit is contained in:
Peter Zhu 2020-02-11 10:10:19 +08:00 committed by GitHub
commit 938f024b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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