From 7bbdbad28ea68d6e27bc4f56744bd50a96b22d0c Mon Sep 17 00:00:00 2001 From: kasch309 Date: Fri, 13 Mar 2020 14:27:38 +0100 Subject: [PATCH] Add details.html to display group details --- src/main/resources/templates/details.html | 53 +++++++++++++++++++++++ src/main/resources/templates/index.html | 2 +- 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/templates/details.html diff --git a/src/main/resources/templates/details.html b/src/main/resources/templates/details.html new file mode 100644 index 0000000..07ffc05 --- /dev/null +++ b/src/main/resources/templates/details.html @@ -0,0 +1,53 @@ + + + + + Name des Subsystems + + + + + +
+ +
+
+
+
+
+

+

+ , + +

+

+
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 822ebf1..ba20b5a 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -31,7 +31,7 @@

- +