From 92cfcca1d9c1227e87ce7a717c96ee97ca447f7e Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 4 Jan 2023 15:03:05 +0000 Subject: [PATCH] replaced with working software gerty --- .../gerty/templates/gerty/gerty.html | 483 +++++++++--------- 1 file changed, 240 insertions(+), 243 deletions(-) diff --git a/lnbits/extensions/gerty/templates/gerty/gerty.html b/lnbits/extensions/gerty/templates/gerty/gerty.html index b2fb86b62..141c3152d 100644 --- a/lnbits/extensions/gerty/templates/gerty/gerty.html +++ b/lnbits/extensions/gerty/templates/gerty/gerty.html @@ -1,254 +1,251 @@ {% extends "public.html" %} {% block toolbar_title %} Gerty: {% raw %}{{ -gertyname }}{% endraw %}{% endblock %}{% block page %} {% raw %} - -
- - - {{elements.fun_exchange_market_rate["amount"]}} - {{elements.fun_exchange_market_rate["unit"].split(" ")[1]}} - - - - + + {{fun_exchange_market_rate["amount"]}} + {{fun_exchange_market_rate["unit"].split(" ")[1]}} + + + + +
+

"{{fun_satoshi_quotes["quote"]}}"

+ ~ Satoshi {{fun_satoshi_quotes["date"]}} +
+
+
+ +
+ + + {{wallet["amount"]}} + ({{wallet["name"]}}) + + +
+ +
-
-

"{{elements.fun_satoshi_quotes["quote"]}}"

- ~ Satoshi {{elements.fun_satoshi_quotes["date"]}} -
- -
- -
- - - {{wallet["amount"]}} - ({{wallet["name"]}}) - - -
- -
- - -
Onchain
-
- -

- {{item[0].value}}: {{item[1].value}} -

-
-
- - - -
Mining
-
- -

- {{item[0].value}}: {{item[1].value}} -

-
-
- - - -
Lightning (Last 7 days)
-
- -

- {{item[0].value}}: {{item[1].value}} -

-
-
- - - -
Servers to check
-
- -
-
- - - - {{item[0].value}} - - - + + +
Onchain
+
+ +

+ {{item[0].value}}: {{item[1].value}} +

+
+
+ + + +
Mining
+
+ +

+ {{item[0].value}}: {{item[1].value}} +

+
+
+ + + +
Lightning (Last 7 days)
+
+ +

+ {{item[0].value}}: {{item[1].value}} +

+
+
+ + + +
Servers to check
+
+ +
+ +
+ + {{item[1].value}} + + + {{item[1].value}} + + + {{item[1].value}} + +
-
- - {{item[1].value}} - - - {{item[1].value}} - - - {{item[1].value}} - -
-
- - -
- -{% endraw %} {% endblock %} {% block scripts %} - -{% endblock %} + }) + + {% endblock %} + \ No newline at end of file