Explorar o código

🚑 fix numberofclusters display

jmacura %!s(int64=4) %!d(string=hai) anos
pai
achega
1389feef46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/adjuster/adjuster.directive.html

+ 1 - 1
src/adjuster/adjuster.directive.html

@@ -23,7 +23,7 @@
       <div class="text-warning pt-2" [hidden]="!noDataSelected() || errorMsg">{{'ADJUSTER.noDataSelectedMsg' | translate}}</div>
       <div class="text-danger pt-2" [hidden]="!errorMsg">{{'ADJUSTER.serverError' | translate}}: {{errorMsg}}</div>
     </div>
-    <div class="p-2 center-block" [hidden]="!allowClusters">
+    <div class="p-2 center-block" [hidden]="!adjusterService.allowClusters">
       <div class="pt-2 text-secondary">{{'ADJUSTER.numberOfClusters' | translate}}: {{adjusterService.numberOfClusters}}</div>
       <input type="range" class="custom-range" [(ngModel)]="adjusterService.numberOfClusters" min="5" max="15" step="1">
     </div>