fix: fix the table height in qos policy list

Fix the table height in qos policy list

Change-Id: If0e54aa236c550e02bdde84530b8cd811401f18c
This commit is contained in:
xusongfu 2022-07-14 11:46:28 +08:00
parent 1e0e60ea32
commit ebaa2d9b15

View File

@ -84,6 +84,10 @@ export class QoSPolicy extends Base {
return emptyActionConfig; return emptyActionConfig;
} }
get hasTab() {
return !this.isAdminPage;
}
get isFilterByBackend() { get isFilterByBackend() {
return true; return true;
} }