aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/my-models/my-models.component.html
diff options
context:
space:
mode:
authorIvan Ljubisavljevic <ivan996sk@gmail.com>2022-03-28 13:23:02 +0200
committerIvan Ljubisavljevic <ivan996sk@gmail.com>2022-03-28 13:23:02 +0200
commit11bae0bb6802de52f8629c1e466e249405621d29 (patch)
treeaefe469afc4b77f745214739bc4b25d9a141b333 /frontend/src/app/_pages/my-models/my-models.component.html
parent1cd65aa0bde78564fcc3650ff5290771bff43335 (diff)
Resen problem sa pocetnom stranicom.
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.html4
1 files changed, 3 insertions, 1 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 870e0ddb..b6926771 100644
--- a/frontend/src/app/_pages/my-models/my-models.component.html
+++ b/frontend/src/app/_pages/my-models/my-models.component.html
@@ -9,7 +9,9 @@
<div class="col-sm-4" style="margin-bottom: 10px;" *ngFor="let model of myModels">
<app-item-model [model]="model"></app-item-model>
<div style="width: 25%; margin: auto;">
- <button (click)="deleteThisModel(model)" style="margin-top: 3px; width: 100%;">Obriši</button>
+ <button mat-raised-button color="primary" (click)="deleteThisModel(model)" style="margin-top: 3px; width: 100%;">Obriši</button>
+
+ <button mat-raised-button color="primary" (click)="deleteThisModel(model)" style="margin-top: 3px; width: 100%;">Koristi</button>
</div>
</div>
</div>