Merge "fix: fix the pagination in the certificate list page"
This commit is contained in:
commit
4771d3137b
@ -51,6 +51,10 @@ export class Certificate extends Base {
|
||||
return t('certificate');
|
||||
}
|
||||
|
||||
get hasTab() {
|
||||
return true;
|
||||
}
|
||||
|
||||
get actionConfigs() {
|
||||
return this.currentMode === 'SERVER'
|
||||
? actionConfigs.actionConfigsContainer
|
||||
|
Loading…
Reference in New Issue
Block a user