Project

General

Profile

« Previous | Next » 

Revision 57617

Highcharts added to validations results page, displaying number of records for content

View differences:

dashboard.component.ts
184 184
        console.log(error);
185 185
      } ,
186 186
      () => {
187
        this.shortSelectedRepoId = selectedRepo.id.replace('____', '').replace('_____', '').replace('::', ':');
187
        this.shortSelectedRepoId = selectedRepo.id.replace(/_/g, '').replace('::', ':');
188 188
        this.loadingUsageStatsMessage = '';
189 189
        this.errorUsageStatsMessage = '';
190 190
      }

Also available in: Unified diff