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"> |                                         <option value="redis"> | ||||||
|                                             Redis |                                             Redis | ||||||
|                                         </option> |                                         </option> | ||||||
|                                         <option v-if="$root.info.isContainer" value="tailscale-ping"> |                                         <option v-if="!$root.info.isContainer" value="tailscale-ping"> | ||||||
|                                             Tailscale Ping |                                             Tailscale Ping | ||||||
|                                         </option> |                                         </option> | ||||||
|                                     </optgroup> |                                     </optgroup> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user