mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39:20 +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