[Monitor Dashboard | Trunk]: Some UI changes

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60005 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2020-12-01 15:52:03 +00:00
parent 479463ca63
commit 747085c70f
2 changed files with 23 additions and 24 deletions

View File

@ -120,9 +120,9 @@
</div>
</ng-template>
<ng-template #content>
<div class="uk-grid uk-grid-small uk-margin-bottom uk-margin-top"
<div *ngFor="let number of activeSubCategory.numbers; let i = index;"
class="uk-grid uk-grid-small uk-margin-bottom uk-margin-top"
uk-height-match="target: .uk-card">
<ng-template ngFor [ngForOf]="activeSubCategory.numbers" let-number let-i="index">
<h5 *ngIf="countIndicatorsToShow(number.indicators)> 0 "
class="uk-width-1-1 uk-margin-bottom">{{number.title}}</h5>
<ng-template ngFor [ngForOf]="number.indicators" let-indicator let-j="index">
@ -145,9 +145,8 @@
</div>
</div>
</ng-template>
</ng-template>
</div>
<div>
<div [class.uk-margin-large-top]="activeSubCategory.numbers.length > 0">
<div *ngFor="let chart of activeSubCategory.charts; let i = index;"
class="uk-grid uk-grid-small uk-margin-bottom uk-flex uk-flex-middle "
uk-height-match="target: .uk-card">

View File

@ -20,7 +20,7 @@
background-image: url("/assets/monitor-shapes-bg.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-position: bottom;
background-attachment: fixed;
}