From ebaa2d9b15fe3b338ac593ffbfca8ce8f6a9d5cb Mon Sep 17 00:00:00 2001 From: xusongfu Date: Thu, 14 Jul 2022 11:46:28 +0800 Subject: [PATCH] fix: fix the table height in qos policy list Fix the table height in qos policy list Change-Id: If0e54aa236c550e02bdde84530b8cd811401f18c --- src/pages/network/containers/QoSPolicy/QoSPolicy.jsx | 4 ++++ 1 file changed, 4 insertions(+) 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; }