mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-30 12:42:31 +00:00
docs/windows/policy: remove an extra closing >
Something I accidentally added in #14217. It doesn't seem to impact Intune or the Administrative Templates MMC extension, but it should still be fixed. Updates #cleanup Signed-off-by: Nick Khyl <nickk@tailscale.com>
This commit is contained in:
parent
8287842269
commit
0e6d99cc36
@ -98,7 +98,7 @@
|
|||||||
<parentCategory ref="Settings_Category" />
|
<parentCategory ref="Settings_Category" />
|
||||||
<supportedOn ref="SINCE_V1_56" />
|
<supportedOn ref="SINCE_V1_56" />
|
||||||
<elements>
|
<elements>
|
||||||
<text id="ExitNodeIDPrompt" valueName="ExitNodeID" required="true" />>
|
<text id="ExitNodeIDPrompt" valueName="ExitNodeID" required="true" />
|
||||||
</elements>
|
</elements>
|
||||||
</policy>
|
</policy>
|
||||||
<policy name="AllowedSuggestedExitNodes" class="Machine" displayName="$(string.AllowedSuggestedExitNodes)" explainText="$(string.AllowedSuggestedExitNodes_Help)" presentation="$(presentation.AllowedSuggestedExitNodes)" key="Software\Policies\Tailscale\AllowedSuggestedExitNodes">
|
<policy name="AllowedSuggestedExitNodes" class="Machine" displayName="$(string.AllowedSuggestedExitNodes)" explainText="$(string.AllowedSuggestedExitNodes_Help)" presentation="$(presentation.AllowedSuggestedExitNodes)" key="Software\Policies\Tailscale\AllowedSuggestedExitNodes">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user