Spaces:
Running
Running
Update flare-ui/src/app/components/environment/environment.component.html
Browse files
flare-ui/src/app/components/environment/environment.component.html
CHANGED
@@ -339,24 +339,13 @@
|
|
339 |
<mat-hint>Maximum number of parameters to ask in one question</mat-hint>
|
340 |
</div>
|
341 |
|
342 |
-
<!-- Smart Grouping -->
|
343 |
-
<mat-checkbox
|
344 |
-
name="smartGrouping"
|
345 |
-
[(ngModel)]="parameterCollectionConfig.smart_grouping"
|
346 |
-
[disabled]="loading"
|
347 |
-
class="collection-checkbox">
|
348 |
-
Smart Grouping
|
349 |
-
<mat-hint>Automatically group related parameters (e.g., from/to cities)</mat-hint>
|
350 |
-
</mat-checkbox>
|
351 |
-
|
352 |
<!-- Retry Unanswered -->
|
353 |
<mat-checkbox
|
354 |
name="retryUnanswered"
|
355 |
[(ngModel)]="parameterCollectionConfig.retry_unanswered"
|
356 |
[disabled]="loading"
|
357 |
class="collection-checkbox">
|
358 |
-
|
359 |
-
<mat-hint>Re-ask parameters that the user didn't answer</mat-hint>
|
360 |
</mat-checkbox>
|
361 |
</div>
|
362 |
|
|
|
339 |
<mat-hint>Maximum number of parameters to ask in one question</mat-hint>
|
340 |
</div>
|
341 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
<!-- Retry Unanswered -->
|
343 |
<mat-checkbox
|
344 |
name="retryUnanswered"
|
345 |
[(ngModel)]="parameterCollectionConfig.retry_unanswered"
|
346 |
[disabled]="loading"
|
347 |
class="collection-checkbox">
|
348 |
+
Re-ask parameters that the user didn't answer
|
|
|
349 |
</mat-checkbox>
|
350 |
</div>
|
351 |
|