From 70ee4f5844ac4c58b8026229b2ca518de85f26e5 Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Thu, 8 Sep 2022 15:34:17 +0800 Subject: [PATCH] fix: fix the pagination in the certificate list page Set the hasTab prop of the List to adapt the height of the Table Closes-Bug: #1989070 Change-Id: I41bf3d27a3d14747c7f82083b455a53bc8c7287b --- src/pages/network/containers/Certificate/Certificate.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/network/containers/Certificate/Certificate.jsx b/src/pages/network/containers/Certificate/Certificate.jsx index 93d54c1b..ff486c4f 100644 --- a/src/pages/network/containers/Certificate/Certificate.jsx +++ b/src/pages/network/containers/Certificate/Certificate.jsx @@ -51,6 +51,10 @@ export class Certificate extends Base { return t('certificate'); } + get hasTab() { + return true; + } + get actionConfigs() { return this.currentMode === 'SERVER' ? actionConfigs.actionConfigsContainer