fix: fix the judgment condition of Tailscale (#3701)
This commit is contained in:
parent
c4e222d1e6
commit
1f29fabe64
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue