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
This commit is contained in:
parent
b5eb669efa
commit
70ee4f5844
@ -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…
x
Reference in New Issue
Block a user