From 5930f3bfad9684d0985a4da54f3f713ce8d0f113 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 4 Aug 2020 22:35:45 -0500 Subject: [PATCH] Added missing tests and sidebar files --- static-data/www/private/index.html | 8 +++- static-data/www/shared/sidebar/sidebar.css | 0 static-data/www/shared/sidebar/sidebar.html | 17 ++++++++ static-data/www/shared/sidebar/sidebar.js | 18 +++++++++ tests/test_onionr_threads.py | 39 ++++++++++++++++++ tests/test_setupkvvars.py | 45 +++++++++++++++++++++ 6 files changed, 125 insertions(+), 2 deletions(-) create mode 100644 static-data/www/shared/sidebar/sidebar.css create mode 100644 static-data/www/shared/sidebar/sidebar.html create mode 100644 static-data/www/shared/sidebar/sidebar.js create mode 100644 tests/test_onionr_threads.py create mode 100644 tests/test_setupkvvars.py diff --git a/static-data/www/private/index.html b/static-data/www/private/index.html index fd692649..9153a32c 100755 --- a/static-data/www/private/index.html +++ b/static-data/www/private/index.html @@ -11,9 +11,12 @@ + + + @@ -30,6 +33,7 @@ + @@ -41,7 +45,7 @@

If you are using random bind IPs (default in non dev mode), Onionr will have a different URL next time.

- +