Project

General

Profile

« Previous | Next » 

Revision 57395

[Monitor]: Add loaging on numbers indicators and add height match on titles.

View differences:

monitor.component.ts
60 60
          var url = data.envSpecific.baseLink + this._router.url;
61 61
          if (!this.stakeholder || this.stakeholder.index_id !== params['stakeholder']) {
62 62
            this.status = this.errorCodes.LOADING;
63
            this.numberResults= new Map<number, number>();
64
            this.chartsActiveType = new Map<number, IndicatorPath>();
63 65
            this.stakeholderService.getStakeholder(params['stakeholder']).subscribe(stakeholder => {
64 66
              this.stakeholder = stakeholder;
65 67
              this.seoService.createLinkForCanonicalURL(url, false);

Also available in: Unified diff