From 30cf0fd22e492fd2b0052ddfd5b808da51b36052 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Thu, 18 Jan 2024 14:13:15 +0100 Subject: feat #29: add initial support for mtbfile api tokens --- src/main/resources/templates/configs.html | 4 +++ src/main/resources/templates/configs/tokens.html | 39 ++++++++++++++++++++++++ src/main/resources/templates/login.html | 2 +- 3 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/templates/configs/tokens.html (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/configs.html b/src/main/resources/templates/configs.html index 3c3d744..ebef7ca 100644 --- a/src/main/resources/templates/configs.html +++ b/src/main/resources/templates/configs.html @@ -37,6 +37,9 @@ +
+
+
@@ -86,6 +89,7 @@
+ diff --git a/src/main/resources/templates/configs/tokens.html b/src/main/resources/templates/configs/tokens.html new file mode 100644 index 0000000..e707fbf --- /dev/null +++ b/src/main/resources/templates/configs/tokens.html @@ -0,0 +1,39 @@ +
+

Tokens

+

Die Verwendung von Tokens ist nicht aktiviert.

+
+ +
+

Tokens

+
+
Noch keine Tokens vorhanden.
+ + + + + + + + + + + + + + + +
NameErstellt
[[ ${token.name} ]]
+
+ Verwendung über HTTP-Basic. Bitte notieren, wird nicht erneut angezeigt:
[[ ${newTokenValue} ]]
+
+
+ Das Token konnte nicht erzeugt werden. Versuchen Sie einen anderen Namen. +
+
+
+ + +
+
+
+
\ No newline at end of file diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index 018122d..9a63b46 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -15,7 +15,7 @@
- +
-- cgit v1.2.3