Merge "fix: fix the pagination in the certificate list page"

This commit is contained in:
Zuul 2022-09-08 11:22:51 +00:00 committed by Gerrit Code Review
commit 4771d3137b

View File

@ -51,6 +51,10 @@ export class Certificate extends Base {
return t('certificate'); return t('certificate');
} }
get hasTab() {
return true;
}
get actionConfigs() { get actionConfigs() {
return this.currentMode === 'SERVER' return this.currentMode === 'SERVER'
? actionConfigs.actionConfigsContainer ? actionConfigs.actionConfigsContainer