From faf1d16a867c76bb2569bbc001113b484c65be6b Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Thu, 21 Oct 2021 12:12:36 -0400 Subject: [PATCH] adding data backup button -- restore button coming soon edited php headers for new homepage layout --- homepage/index.html | 2 +- scripts/clear_all_data.php | 2 +- scripts/index.html | 4 ++++ scripts/reboot_system.php | 1 - scripts/restart_birdnet_analysis.php | 2 +- scripts/restart_birdnet_recording.php | 2 +- scripts/restart_caddy.php | 2 +- scripts/restart_extraction.php | 2 +- scripts/restart_services.php | 2 +- scripts/shutdown_system.php | 1 - 10 files changed, 11 insertions(+), 9 deletions(-) diff --git a/homepage/index.html b/homepage/index.html index 5c6892a..580efa5 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -24,7 +24,7 @@ Note the following: - + diff --git a/scripts/clear_all_data.php b/scripts/clear_all_data.php index 4a187de..b0be43d 100644 --- a/scripts/clear_all_data.php +++ b/scripts/clear_all_data.php @@ -1,4 +1,4 @@ diff --git a/scripts/index.html b/scripts/index.html index 9690b51..be41683 100644 --- a/scripts/index.html +++ b/scripts/index.html @@ -27,6 +27,10 @@ +
+ +
+
diff --git a/scripts/reboot_system.php b/scripts/reboot_system.php index df7c8d0..e7f56d8 100644 --- a/scripts/reboot_system.php +++ b/scripts/reboot_system.php @@ -1,4 +1,3 @@ diff --git a/scripts/restart_birdnet_analysis.php b/scripts/restart_birdnet_analysis.php index d495ba9..f99e013 100644 --- a/scripts/restart_birdnet_analysis.php +++ b/scripts/restart_birdnet_analysis.php @@ -1,4 +1,4 @@ diff --git a/scripts/restart_birdnet_recording.php b/scripts/restart_birdnet_recording.php index b3a5a6e..1712058 100644 --- a/scripts/restart_birdnet_recording.php +++ b/scripts/restart_birdnet_recording.php @@ -1,4 +1,4 @@ diff --git a/scripts/restart_caddy.php b/scripts/restart_caddy.php index 80b539f..fa9f6d2 100644 --- a/scripts/restart_caddy.php +++ b/scripts/restart_caddy.php @@ -1,4 +1,4 @@ diff --git a/scripts/restart_extraction.php b/scripts/restart_extraction.php index 83af548..f52aa58 100644 --- a/scripts/restart_extraction.php +++ b/scripts/restart_extraction.php @@ -1,4 +1,4 @@ diff --git a/scripts/restart_services.php b/scripts/restart_services.php index 2f9caf4..c1e7b55 100644 --- a/scripts/restart_services.php +++ b/scripts/restart_services.php @@ -1,4 +1,4 @@ diff --git a/scripts/shutdown_system.php b/scripts/shutdown_system.php index f344edc..74ce980 100644 --- a/scripts/shutdown_system.php +++ b/scripts/shutdown_system.php @@ -1,4 +1,3 @@