소스 검색

notify and notifyThreshold input added

benc1 2 년 전
부모
커밋
afc8e3f524
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ng/src/app/components/service-check-form/service-check-form.component.html

+ 1 - 1
ng/src/app/components/service-check-form/service-check-form.component.html

@@ -39,7 +39,7 @@
     <div class="row mb-2">
       <label [for]="'NotifyThreshold_' + serviceCheck.id" class="col-sm-3 col-form-label">Notify Threshold</label>
       <div class="col-sm-9">
-        <input type="text" formControlName="notifyThreshold" class="form-control" [id]="'NotifyThreshold_' + serviceCheck.id" />
+        <input type="number" formControlName="notifyThreshold" class="form-control" [id]="'NotifyThreshold_' + serviceCheck.id" />
       </div>
     </div>
   </div>