Merge "fix: hide network qos menu when the service is disabled"
This commit is contained in:
commit
3a8cc3c80c
@ -313,6 +313,7 @@ const renderMenu = (t) => {
|
||||
path: '/network/qos-policy-admin',
|
||||
name: t('QoS Policy'),
|
||||
key: 'networkQosAdmin',
|
||||
endpoints: 'neutron_qos',
|
||||
level: 1,
|
||||
children: [
|
||||
{
|
||||
|
@ -280,6 +280,7 @@ const renderMenu = (t) => {
|
||||
path: '/network/qos-policy',
|
||||
name: t('QoS Policy'),
|
||||
key: 'networkQos',
|
||||
endpoints: 'neutron_qos',
|
||||
level: 1,
|
||||
children: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user