Project

General

Profile

« Previous | Next » 

Revision 57481

[Monitor Dashboard]: Fix satinizer of iframe

View differences:

stakeholder.ts
1
import {SafeResourceUrl} from "@angular/platform-browser";
2

  
1 3
export class Stakeholder {
2 4
  id: string;
3 5
  type: string;
......
336 338
  type: string;  // for charts is type of chart {table, bar, column, etc}
337 339
  source:string;// for numbers is the service {statistics, search, metrics} for charts is the tool {stats-tool,old,metrics, fake}
338 340
  url: string;
341
  safeResourceUrl: SafeResourceUrl; // initialize on front end
339 342
  jsonPath:string[];
340 343
  constructor(type: string,  source:string, url: string, jsonPath:string[]){
341 344
    this.type =  type;

Also available in: Unified diff