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',
|
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: [
|
||||||
{
|
{
|
||||||
|
@ -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: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user