[Monitor Dashboard | Trunk]: Fix label on indicator sizes
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60922 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
86858f5f40
commit
e419117cd4
|
@ -176,7 +176,7 @@ export class IndicatorUtils {
|
|||
basicChartTypes:IndicatorPathType[] =["pie", "line", "column", "bar"];
|
||||
defaultChartType:IndicatorPathType = "other";
|
||||
indicatorSizes: Option[] = [
|
||||
{value: 'small', label: 'Small(Enabled only for large screens)'},
|
||||
{value: 'small', label: 'Small (Enabled only for large screens)'},
|
||||
{value: 'medium', label: 'Medium'},
|
||||
{value: 'large', label: 'Large'}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue