Revert "visualize security"

This reverts commit e2b4997e87.
This commit is contained in:
Maxim Kochurov 2022-02-22 18:36:33 +00:00
parent e2b4997e87
commit 465a8c0b65

View file

@ -67,8 +67,6 @@ function renderClientList(data) {
+ allocatedIpsHtml + allocatedIpsHtml
+ `<span class="info-box-text"><strong>Allowed IPs</strong></span>` + `<span class="info-box-text"><strong>Allowed IPs</strong></span>`
+ allowedIpsHtml + 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> </div>
</div>` </div>`