mirror of https://github.com/louislam/uptime-kuma
				
				
				
			Fix min value of resend interval
							parent
							
								
									8c4ab9d652
								
							
						
					
					
						commit
						30ce53f57c
					
				| 
						 | 
				
			
			@ -142,7 +142,7 @@
 | 
			
		|||
                                    {{ $t("Notification resend Interval if Down") }}
 | 
			
		||||
                                    <span>({{ $t("resendEveryMinute", [ monitor.resendInterval ]) }})</span>
 | 
			
		||||
                                </label>
 | 
			
		||||
                                <input id="resend-interval" v-model="monitor.resendInterval" type="number" class="form-control" required min="20" step="1">
 | 
			
		||||
                                <input id="resend-interval" v-model="monitor.resendInterval" type="number" class="form-control" required min="0" step="1">
 | 
			
		||||
                            </div>
 | 
			
		||||
 | 
			
		||||
                            <h2 v-if="monitor.type !== 'push'" class="mt-5 mb-2">{{ $t("Advanced") }}</h2>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue