Project

General

Profile

« Previous | Next » 

Revision 57321

Create monitor component. Move stakeholders.json to assets.

View differences:

stakeholder.ts
1 1
export class Stakeholder {
2
  id: string;
2 3
  type: string;
3
  name: string;
4
  shortName:string;
5
  id: string;
4
  index_id;
5
  index_name: string;
6
  index_shortName:string;
6 7
  isDefaultProfile: boolean;
7 8
  isActive: boolean;
8 9
  isPublic: boolean;

Also available in: Unified diff