mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
small fix: initial space does not allow correct alignment (#477)
This commit is contained in:
committed by
GitHub
parent
ce6c16214c
commit
b095fb9005
@@ -479,7 +479,7 @@ Singleton {
|
||||
details += "IPv4 informations:\\n"
|
||||
|
||||
for (const ip4 of info.IPv4s.ips) {
|
||||
details += " IPv4 address: " + ip4 + "\\n"
|
||||
details += " IPv4 address: " + ip4 + "\\n"
|
||||
}
|
||||
details += " Gateway: " + info.IPv4s.gateway + "\\n"
|
||||
details += " DNS: " + info.IPv4s.dns + "\\n"
|
||||
@@ -488,7 +488,7 @@ Singleton {
|
||||
details += "\\nIPv6 informations:\\n"
|
||||
|
||||
for (const ip6 of info.IPv6s.ips) {
|
||||
details += " IPv6 address: " + ip6 + "\\n"
|
||||
details += " IPv6 address: " + ip6 + "\\n"
|
||||
}
|
||||
if (info.IPv6s.gateway.length > 0) {
|
||||
details += " Gateway: " + info.IPv6s.gateway + "\\n"
|
||||
|
||||
Reference in New Issue
Block a user