From aef5a50cf8d0ca32d1d3ff80c05e3807e2943e59 Mon Sep 17 00:00:00 2001 From: marvindoering Date: Sun, 21 Feb 2021 16:57:39 +0100 Subject: [PATCH] Addressed change requests on pull requests: - Changed back to innerText on output - replaced global var report and extracted info for download from div - put another check on the download button to insure that the report can only be downloaded once data is available --- src/main/resources/gui/README.md | 3 ++ src/main/resources/gui/index.html | 57 +++++++++++++++++++++---------- 2 files changed, 42 insertions(+), 18 deletions(-) diff --git a/src/main/resources/gui/README.md b/src/main/resources/gui/README.md index b39d0e1..f3d2206 100644 --- a/src/main/resources/gui/README.md +++ b/src/main/resources/gui/README.md @@ -16,6 +16,9 @@ View [validator configuration](/server/config) or +
+
+
diff --git a/src/main/resources/gui/index.html b/src/main/resources/gui/index.html index 508a449..13c1c03 100644 --- a/src/main/resources/gui/index.html +++ b/src/main/resources/gui/index.html @@ -40,13 +40,19 @@