From e2b4997e87b4bea60282bc4d4271bcda1789e4b4 Mon Sep 17 00:00:00 2001 From: Maxim Kochurov Date: Tue, 22 Feb 2022 17:47:28 +0000 Subject: [PATCH] visualize security --- custom/js/helper.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/js/helper.js b/custom/js/helper.js index 6fe8847..3a48eeb 100644 --- a/custom/js/helper.js +++ b/custom/js/helper.js @@ -67,6 +67,8 @@ function renderClientList(data) { + allocatedIpsHtml + `Allowed IPs` + allowedIpsHtml + + ` + ${obj.Client.private_key ? 'Private Key stored (insecure)' : 'No Private key'}` +` `