From 8961c9d45f3ae2933b0048ecea4dc3bf5a50612a Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Wed, 20 Jul 2022 16:41:37 -0400 Subject: [PATCH] Print service status on Service Controls --- scripts/service_controls.php | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/scripts/service_controls.php b/scripts/service_controls.php index 002cd4e..ad86a1e 100644 --- a/scripts/service_controls.php +++ b/scripts/service_controls.php @@ -1,73 +1,83 @@ + 0) { + echo "(active)"; + } else { + echo "(inactive)"; + } +} +?>
-
-

Live Audio Stream

+

Live Audio Stream

-

Web Terminal

+

Web Terminal

-

BirdNET Log

+

BirdNET Log

-

Extraction Service

+

Extraction Service

-

BirdNET Analysis Server

+

BirdNET Analysis Server

-

BirdNET Analysis Client

+

BirdNET Analysis Client

-

Streamlit Statistics

+

Streamlit Statistics

-

Recording Service

+

Recording Service

-

Chart Viewer

+

Chart Viewer

-

Spectrogram Viewer

+

Spectrogram Viewer

@@ -75,8 +85,8 @@
-
+
-
+