aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/form-model/form-model.component.html
diff options
context:
space:
mode:
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.html11
1 files changed, 5 insertions, 6 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 e51c2cac..dd23bb09 100644
--- a/frontend/src/app/_elements/form-model/form-model.component.html
+++ b/frontend/src/app/_elements/form-model/form-model.component.html
@@ -77,7 +77,7 @@
<mat-form-field appearance="fill" class="mat-fix">
<mat-label>Broj uzoraka po iteraciji</mat-label>
- <mat-select matNativeControl required [(value)]="newModel.batchSize">
+ <mat-select matNativeControl [(value)]="newModel.batchSize">
<mat-option *ngFor="let option of Object.keys(BatchSize); let optionName of Object.values(BatchSize)" [value]="option">{{option}}</mat-option>
</mat-select>
</mat-form-field>
@@ -93,12 +93,12 @@
<div class="text-center pt-0 mt-0">Trening
<mat-slider min="10" max="90" step="10" [(ngModel)]="testSetDistribution" (input)="updateTestSet($event)"></mat-slider>
Test</div>
-
+
</div>
<div class="ns-col slider rounded text-offwhite justify-content-center align-items-center" style="border:1px solid var(--ns-primary);margin-left: 10px;">
- <mat-checkbox class="pt-4" color="accent">Nasumični redosled podataka</mat-checkbox>
+ <mat-checkbox class="pt-4" color="accent">Nasumični redosled podataka</mat-checkbox>
</div>
-
+
</div>
</div>
@@ -215,5 +215,4 @@
</mat-select>
</mat-form-field>
</div>
-</div>
-
+</div> \ No newline at end of file