diff --git a/src/pages/network/containers/QoSPolicy/QoSPolicy.jsx b/src/pages/network/containers/QoSPolicy/QoSPolicy.jsx index 8b19ad12..264eee5c 100644 --- a/src/pages/network/containers/QoSPolicy/QoSPolicy.jsx +++ b/src/pages/network/containers/QoSPolicy/QoSPolicy.jsx @@ -84,6 +84,10 @@ export class QoSPolicy extends Base { return emptyActionConfig; } + get hasTab() { + return !this.isAdminPage; + } + get isFilterByBackend() { return true; }