From ac883e6b00884a121fff13e75292f7eda010115d Mon Sep 17 00:00:00 2001 From: aabughosh <88486034+aabughosh@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:14:10 +0200 Subject: [PATCH] webserver: add implementation for uploading tnf config file and add all the fields (#1644) * test test * Update webserver.go * Update index.js * Update webserver.go --- cnf-certification-test/webserver/index.html | 137 +++++++++-- cnf-certification-test/webserver/index.js | 214 ++++++++++++++++++ cnf-certification-test/webserver/submit.js | 33 ++- cnf-certification-test/webserver/webserver.go | 176 +++++++++++--- 4 files changed, 517 insertions(+), 43 deletions(-) create mode 100644 cnf-certification-test/webserver/index.js diff --git a/cnf-certification-test/webserver/index.html b/cnf-certification-test/webserver/index.html index 07611612a..d878b7dc0 100644 --- a/cnf-certification-test/webserver/index.html +++ b/cnf-certification-test/webserver/index.html @@ -1,5 +1,6 @@ +
@@ -9,6 +10,9 @@ sizes="any" href="https://ux.redhat.com/assets/logo-red-hat.svg"> + + + + - + +