mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	fix: fix the judgment condition of Tailscale (#3701)
This commit is contained in:
		@@ -82,7 +82,7 @@
 | 
			
		||||
                                        <option value="redis">
 | 
			
		||||
                                            Redis
 | 
			
		||||
                                        </option>
 | 
			
		||||
                                        <option v-if="$root.info.isContainer" value="tailscale-ping">
 | 
			
		||||
                                        <option v-if="!$root.info.isContainer" value="tailscale-ping">
 | 
			
		||||
                                            Tailscale Ping
 | 
			
		||||
                                        </option>
 | 
			
		||||
                                    </optgroup>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user