From 4ba802d0c73a1a1664b4d3e17757e54aeefd81f7 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 2 Jan 2024 15:12:47 +0100 Subject: Add default config, and start adding form --- templates/head.html | 6 +++--- templates/settings.html | 9 ++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/head.html b/templates/head.html index f15487c..f1c4a8a 100644 --- a/templates/head.html +++ b/templates/head.html @@ -24,17 +24,17 @@ Dashboard -
  • +
  • Incoming
  • -
  • +
  • Send
  • -
  • +
  • Settings diff --git a/templates/settings.html b/templates/settings.html index 221df88..f86c43b 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -1,6 +1,13 @@ {% include "head.html" %}
    - Settings! +

    Node Settings

    + +
    +
    +
    +
    +
    +
    {% include "foot.html" %} {# vi:set et sw=2 ts=2: #} -- cgit v1.2.3