Project

General

Profile

« Previous | Next » 

Revision 51870

fixed pagination in tables

View differences:

compatibility-validation-history.component.ts
75 75
  }
76 76

  
77 77
  goToNextPage(){
78
    if(this.currentPage < this.totalPages) {
78
    if( (this.currentPage+1) < this.totalPages) {
79 79
      this.currentPage++;
80 80
      console.log(`Get me page ${this.currentPage}!`);
81 81
      this.getJobs();

Also available in: Unified diff