aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--central/src/main/resources/manage/showconf.ftlh4
1 files changed, 2 insertions, 2 deletions
diff --git a/central/src/main/resources/manage/showconf.ftlh b/central/src/main/resources/manage/showconf.ftlh
index c92847b..2ef1947 100644
--- a/central/src/main/resources/manage/showconf.ftlh
+++ b/central/src/main/resources/manage/showconf.ftlh
@@ -13,8 +13,8 @@
<li>dn42 IPv4 Address: ${ipv4}</li>
<li>dn42 IPv6 Address: ${ipv6}</li>
<li>ASN: AS${asn}</li>
- <li>WireGuard Public Key: ${wgSelfPubkey}</li>
- <li>WireGuard Preshared Secret: ${wgPresharedSecret}</li>
+ <li>WireGuard Public Key: <code>${wgSelfPubkey}</code></li>
+ <li>WireGuard Preshared Secret: <code>${wgPresharedSecret}</code></li>
<li>MP-BGP: ${mpbgp?string('Yes', 'No')}</li>
</ul>
<#if show_example_config>