Merge "fix: hide network qos menu when the service is disabled"

This commit is contained in:
Zuul 2022-07-18 08:19:49 +00:00 committed by Gerrit Code Review
commit 3a8cc3c80c
2 changed files with 2 additions and 0 deletions

View File

@ -313,6 +313,7 @@ const renderMenu = (t) => {
path: '/network/qos-policy-admin', path: '/network/qos-policy-admin',
name: t('QoS Policy'), name: t('QoS Policy'),
key: 'networkQosAdmin', key: 'networkQosAdmin',
endpoints: 'neutron_qos',
level: 1, level: 1,
children: [ children: [
{ {

View File

@ -280,6 +280,7 @@ const renderMenu = (t) => {
path: '/network/qos-policy', path: '/network/qos-policy',
name: t('QoS Policy'), name: t('QoS Policy'),
key: 'networkQos', key: 'networkQos',
endpoints: 'neutron_qos',
level: 1, level: 1,
children: [ children: [
{ {