license updates

This commit is contained in:
Timo 2021-02-11 10:00:38 +02:00
parent e01fce424f
commit 28b2b30dce
2 changed files with 4 additions and 3 deletions

View File

@ -13,8 +13,8 @@ export class LicenseInformationScreenComponent {
public currentInfo: LicenseReport = {};
public totalInfo: LicenseReport = {};
public unlicensedInfo: LicenseReport = {};
public totalLicensedNumberOfPages: number = 0;
public analysisPercentageOfLicense: number = 100;
public totalLicensedNumberOfPages = 0;
public analysisPercentageOfLicense = 100;
public viewReady = false;
constructor(

View File

@ -186,7 +186,8 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnChanges {
'toolsHeader',
'rotateClockwiseButton',
'rotateCounterClockwiseButton',
'annotationStyleEditButton'
'annotationStyleEditButton',
'annotationGroupButton'
]);
this.instance.setHeaderItems((header) => {