Added list of AllowedIPs for WireGuard/AWG connections on Share -> Users ->ExpandedContent page (#1055)

Added list of AllowedIPs for WireGuard/AWG connections on Share -> Users ->ExpandedContent page
This commit is contained in:
Vitaly
2024-09-17 08:28:44 +02:00
committed by GitHub
parent 87cb5f620a
commit 253ae75795
3 changed files with 22 additions and 4 deletions
+8
View File
@@ -840,6 +840,14 @@ PageType {
text: qsTr("Data sent: %1").arg(dataSent)
}
ParagraphTextType {
color: textColumn.textColor
visible: allowedIps
Layout.fillWidth: true
text: qsTr("Allowed IPs: %1").arg(allowedIps)
}
}
Item {