Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 3d35d388

Přidáno uživatelem castic96 před téměř 5 roky(ů)

Re #7905: Lokalizace FE
- skrytí labelu Items per page

Zobrazit rozdíly:

fe/fulltextsearch/src/app/components/pages/search/search-paginator/search-paginator.component.ts
26 26

  
27 27
  ngOnChanges(changes: SimpleChanges): void {
28 28
    this.tableDataSource = new MatTableDataSource<TextRegion>(this.inputData.textRegions);
29
    // this.tableDataSource.paginator._intl.itemsPerPageLabel = this.translate.instant('app-search-paginator.items-per-page');
30 29
    this.tableDataSource.paginator = this.paginator;
30
    this.tableDataSource.paginator._intl.itemsPerPageLabel = '';
31 31
  }
32 32

  
33 33
  draw(result: TextRegion, imageId: string, canvasId: string) {

Také k dispozici: Unified diff