Project

General

Profile

« Previous | Next » 

Revision 57708

[Monitor-Dashboard]: Rename home -> stakeholder. Add custom classes to chart Icons

View differences:

indicator-utils.ts
44 44
    ['other', 'perm_media']
45 45
  ]);
46 46

  
47
  chartTypesIconsClasses: Map<string, string> = new Map([
48
    ['bar', 'rotate-90']
49
  ]);
50

  
47 51
  isPublicIcon: Map<boolean, string> = new Map([
48 52
    [true, 'public'],
49 53
    [false, 'lock']

Also available in: Unified diff