From ce9b2c3b77f07bb2a9b6d149dd4a4a7143cdf7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 30 Jan 2024 07:49:19 +0100 Subject: [PATCH] refactor: move admin ui tabs around (#2218) move authentication into security in preparation of user manager pr where users tab will be removed. move service fee into server tab, i think its more fitting there. --- lnbits/core/templates/admin/_tab_funding.html | 58 ------------- .../core/templates/admin/_tab_security.html | 82 ++++++++++++++++++- lnbits/core/templates/admin/_tab_server.html | 60 ++++++++++++++ lnbits/core/templates/admin/_tab_users.html | 81 ------------------ 4 files changed, 141 insertions(+), 140 deletions(-) diff --git a/lnbits/core/templates/admin/_tab_funding.html b/lnbits/core/templates/admin/_tab_funding.html index 163b7420a..3aa011d14 100644 --- a/lnbits/core/templates/admin/_tab_funding.html +++ b/lnbits/core/templates/admin/_tab_funding.html @@ -85,64 +85,6 @@ -
Service Fees
-
-
-

Service Fee

- -
-
-
-

Service fee max

- -
-
-
-

Fee Wallet

- -
-
-
-

Disable Service Fee for Internal Payments

- - - Disable Fee - Disable Service Fee for Internal Lightning - Payments - - - - - -
-
-
-
+
Authentication
+
+
+ + +
+
+ +
+
+
+ + Google Auth + +
+
+ + +
+
+ + +
+
+
+ + GitHub Auth + +
+
+ + +
+
+ + +
+
+
+ +
+
diff --git a/lnbits/core/templates/admin/_tab_server.html b/lnbits/core/templates/admin/_tab_server.html index e67b23391..375d5120c 100644 --- a/lnbits/core/templates/admin/_tab_server.html +++ b/lnbits/core/templates/admin/_tab_server.html @@ -80,7 +80,67 @@
+
+
Service Fee
+
+
+

Service Fee

+ +
+
+
+

Service fee max

+ +
+
+
+

Fee Wallet

+ +
+
+
+

Disable Service Fee for Internal Payments

+ + + Disable Fee + Disable Service Fee for Internal Lightning + Payments + + + + + +
+
+
+
Extensions

Extension Sources

- - -
Authentication
- -
-
- - -
-
- -
-
-
- - Google Auth - -
-
- - -
-
- - -
-
-
- - GitHub Auth - -
-
- - -
-
- - -
-
-