diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-03-30 15:49:11 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-03-30 15:49:11 +0200 |
commit | f99546fc4a9f012b122993d518af0e9da44ec5eb (patch) | |
tree | a937eba20f81337c6387d47202d517d3e8d68e09 /frontend/src/app/_pages/my-models/my-models.component.html | |
parent | ca049bd93441f509aae546e9c4cce528e86a5284 (diff) | |
parent | ad9193d35e5ae2f6847492f1867963fc1672ee3e (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
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.html | 1 |
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> |