mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
add new component, add mock, refactor
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
<div class="container-fluid">
|
||||
<div *ngFor="let rows of boxesConfig">
|
||||
<div *ngFor="let box of rows.boxes">
|
||||
<div [ngStyle]="{'background-color': box.color}">
|
||||
<!--Here will go the actual count coming from the REST endpoint -->
|
||||
<div>0</div>
|
||||
<div>{{ box.title | translate }}</div>
|
||||
</div>
|
||||
<div class="mb-5" *ngFor="let row of boxesConfig">
|
||||
<div class="mb-2">{{ row.title | translate }}</div>
|
||||
<div class="row justify-content-between">
|
||||
<div class="col-sm" *ngFor="let box of row.boxes">
|
||||
<ds-notification-box [boxConfig]="box"></ds-notification-box>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user