From e419117cd48432364a18929af4c32195a74df780 Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Tue, 20 Apr 2021 10:38:54 +0000 Subject: [PATCH] [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 --- src/app/utils/indicator-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/utils/indicator-utils.ts b/src/app/utils/indicator-utils.ts index 44183ca..96e7694 100644 --- a/src/app/utils/indicator-utils.ts +++ b/src/app/utils/indicator-utils.ts @@ -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'} ];