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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 4 deletions

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 {