From e6a1f119e6ec2eed48ea583d8176c21bf658a499 Mon Sep 17 00:00:00 2001 From: William Fleurant Date: Sat, 11 Nov 2023 21:57:52 +0100 Subject: luci-app-yggdrasil: remove package in favor of luci-proto-yggdrasil Signed-off-by: William Fleurant --- .../luci-static/resources/view/yggdrasil/keys.js | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 applications/luci-app-yggdrasil/htdocs/luci-static/resources/view/yggdrasil/keys.js (limited to 'applications/luci-app-yggdrasil/htdocs/luci-static/resources/view/yggdrasil/keys.js') diff --git a/applications/luci-app-yggdrasil/htdocs/luci-static/resources/view/yggdrasil/keys.js b/applications/luci-app-yggdrasil/htdocs/luci-static/resources/view/yggdrasil/keys.js deleted file mode 100644 index 7e9bef46e4..0000000000 --- a/applications/luci-app-yggdrasil/htdocs/luci-static/resources/view/yggdrasil/keys.js +++ /dev/null @@ -1,20 +0,0 @@ -'use strict'; -'require view'; -'require form'; - -return view.extend({ - render: function() { - var m, s, o; - - m = new form.Map('yggdrasil', 'Yggdrasil'); - - s = m.section(form.TypedSection, "yggdrasil", _("Encryption keys")); - s.anonymous = true; - - s.option(form.Value, "PublicKey", _("Encryption public key")); - s.option(form.Value, "PrivateKey", _("Encryption private key"), - _("Keep this private. When compromised, generate a new keypair and IPv6.")); - - return m.render(); - } -}); -- cgit v1.2.3