fix: fix the judgment condition of Tailscale (#3701)

This commit is contained in:
ZaneL1u 2023-09-07 16:15:21 +08:00 committed by GitHub
parent c4e222d1e6
commit 1f29fabe64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>