aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-model/form-model.component.html
diff options
context:
space:
mode:
authorSonja Galovic <galovicsonja@gmail.com>2022-05-04 21:09:00 +0200
committerSonja Galovic <galovicsonja@gmail.com>2022-05-04 21:09:00 +0200
commitda27997809160bfea0e134f7a2f44d63174447f5 (patch)
treed8d752e67bc555150eb04cb812fa95263737ced6 /frontend/src/app/_elements/form-model/form-model.component.html
parentae29f2f27d680d4152d3f19eb1db284aa951d0cd (diff)
parent5f45f5daf61359b039a6154c324a6e6452f0b8a9 (diff)
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'frontend/src/app/_elements/form-model/form-model.component.html')
-rw-r--r--frontend/src/app/_elements/form-model/form-model.component.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/app/_elements/form-model/form-model.component.html b/frontend/src/app/_elements/form-model/form-model.component.html
index c0318012..bf4aa0e3 100644
--- a/frontend/src/app/_elements/form-model/form-model.component.html
+++ b/frontend/src/app/_elements/form-model/form-model.component.html
@@ -108,7 +108,9 @@
</div>
<div class="col-sm-9">
- <app-graph [model]="newModel"></app-graph>
+ <!-- {{forExperiment._columnsSelected}} -->
+ <app-graph [model]="newModel" *ngIf="forExperiment._columnsSelected"></app-graph>
+ <app-graph [model]="newModel" *ngIf="!forExperiment._columnsSelected" [inputColumns]="['Nisu odabrane ulazne kolone']"></app-graph>
</div>
</div>
</div>