mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
parent
e2b4997e87
commit
465a8c0b65
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ function renderClientList(data) {
|
|||
+ allocatedIpsHtml
|
||||
+ `<span class="info-box-text"><strong>Allowed IPs</strong></span>`
|
||||
+ allowedIpsHtml
|
||||
+ `<span class="info-box-text"><i class="fas fa-lock" style="${obj.Client.private_key ? "opacity: 0.5" : "opacity: 1.0"}"></i>
|
||||
${obj.Client.private_key ? 'Private Key stored (insecure)' : 'No Private key'}</span>`
|
||||
+`</div>
|
||||
</div>
|
||||
</div>`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue