aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/my-models/my-models.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app/_pages/my-models/my-models.component.html')
-rw-r--r--frontend/src/app/_pages/my-models/my-models.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/app/_pages/my-models/my-models.component.html b/frontend/src/app/_pages/my-models/my-models.component.html
index b6926771..e2533d89 100644
--- a/frontend/src/app/_pages/my-models/my-models.component.html
+++ b/frontend/src/app/_pages/my-models/my-models.component.html
@@ -8,6 +8,7 @@
<div class="row">
<div class="col-sm-4" style="margin-bottom: 10px;" *ngFor="let model of myModels">
<app-item-model [model]="model"></app-item-model>
+ <app-annvisual align-items-center [model]="model" style="width: 100%;"></app-annvisual>
<div style="width: 25%; margin: auto;">
<button mat-raised-button color="primary" (click)="deleteThisModel(model)" style="margin-top: 3px; width: 100%;">ObriĊĦi</button>