From 037a6c56d3f7ce93a2e2a5f73a00f6ac4f7fbf5f Mon Sep 17 00:00:00 2001 From: Maxim Kochurov Date: Sun, 13 Mar 2022 19:33:37 +0300 Subject: [PATCH] Implement Optional Private Keys (#161) --- custom/js/helper.js | 2 +- handler/routes.go | 73 +++++++++++++++++++++++++++++++----------- store/jsondb/jsondb.go | 4 +-- templates/base.html | 22 ++++++++++++- 4 files changed, 78 insertions(+), 23 deletions(-) diff --git a/custom/js/helper.js b/custom/js/helper.js index 6fe8847e..dd4b4974 100644 --- a/custom/js/helper.js +++ b/custom/js/helper.js @@ -31,7 +31,7 @@ function renderClientList(data) {
+ data-clientname="${obj.Client.name}" ${obj.QRCode != "" ? '' : ' disabled'}>Scan
+
+ Public and Preshared Keys +
+ + +
+
+ + +
+