aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/my-models/my-models.component.html
diff options
context:
space:
mode:
authorDanijel Andjelkovic <adanijel99@gmail.com>2022-03-29 12:25:21 +0200
committerDanijel Andjelkovic <adanijel99@gmail.com>2022-03-29 12:25:21 +0200
commit9f3d674413affc18377c8f2564bb660270ffe7f5 (patch)
tree045a4ac057a6a574c058b8764c04be4adea92089 /frontend/src/app/_pages/my-models/my-models.component.html
parent2833bcde639d0c8e36971b5e899488dc828a0779 (diff)
parentb05ae78eba573ce6020dcb1b9afe72ef11f3365e (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.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>