[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
This commit is contained in:
parent
46c09b52ea
commit
b12200fd12
|
@ -26,9 +26,9 @@
|
|||
<div class="uk-grid uk-grid-medium uk-margin-bottom" uk-height-match="target: div > h6">
|
||||
<ng-template ngFor [ngForOf]="activeSubCategory.numbers" let-number let-i="index">
|
||||
<div *ngIf="number.isActive && number.isPublic"
|
||||
[class.uk-width-medium-1-3]="number.width === 'small'"
|
||||
[class.uk-width-medium-1-2]="number.width === 'medium'"
|
||||
[class.uk-width-medium-1-1]="number.width === 'large'">
|
||||
[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'">
|
||||
<div class="md-card"
|
||||
[attr.uk-tooltip]="number.description">
|
||||
<div class="md-card-content">
|
||||
|
@ -44,9 +44,9 @@
|
|||
<div class="uk-grid uk-grid-medium uk-margin-bottom" uk-height-match="target: div > div > h5">
|
||||
<ng-template ngFor [ngForOf]="activeSubCategory.charts" let-chart let-i="index">
|
||||
<div *ngIf="chart.isActive && chart.isPublic"
|
||||
[class.uk-width-medium-1-3]="chart.width === 'small'"
|
||||
[class.uk-width-medium-1-2]="chart.width === 'medium'"
|
||||
[class.uk-width-medium-1-1]="chart.width === 'large'">
|
||||
[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'">
|
||||
<div>
|
||||
<h5 class="uk-margin-bottom uk-margin-top">{{chart.name}}</h5>
|
||||
<div class="md-card"
|
||||
|
|
Loading…
Reference in New Issue