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:
parent
1e0e60ea32
commit
ebaa2d9b15
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user