From b12200fd12af7224a9f7568c53e435909d299374 Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Wed, 30 Oct 2019 09:38:54 +0000 Subject: [PATCH] [Monitor Dashboard]: Change uk-width to uikit version git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@57473 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/monitor/monitor.component.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/monitor/monitor.component.html b/src/app/monitor/monitor.component.html index 6ee5a83..a4c0277 100644 --- a/src/app/monitor/monitor.component.html +++ b/src/app/monitor/monitor.component.html @@ -26,9 +26,9 @@
+ [class.uk-width-1-3@m]="number.width === 'small'" + [class.uk-width-1-2@m]="number.width === 'medium'" + [class.uk-width-1-1]="number.width === 'large'">
@@ -44,9 +44,9 @@
+ [class.uk-width-1-3@m]="chart.width === 'small'" + [class.uk-width-1-2@m]="chart.width === 'medium'" + [class.uk-width-1-1]="chart.width === 'large'">
{{chart.name}}