Project

General

Profile

« Previous | Next » 

Revision 60922

[Monitor Dashboard | Trunk]: Fix label on indicator sizes

View differences:

indicator-utils.ts
176 176
  basicChartTypes:IndicatorPathType[] =["pie", "line", "column", "bar"];
177 177
  defaultChartType:IndicatorPathType = "other";
178 178
  indicatorSizes: Option[] = [
179
    {value: 'small', label: 'Small(Enabled only for large screens)'},
179
    {value: 'small', label: 'Small (Enabled only for large screens)'},
180 180
    {value: 'medium', label: 'Medium'},
181 181
    {value: 'large', label: 'Large'}
182 182
  ];

Also available in: Unified diff