From 2af860f694ccaf631c75050827889338578bec60 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Thu, 25 Jan 2024 14:42:28 +0100 Subject: [PATCH] Added daemon list to frontend --- hal-core/resources/web/plugin_config.tmpl | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/hal-core/resources/web/plugin_config.tmpl b/hal-core/resources/web/plugin_config.tmpl index a3661bd3..e4068ea9 100644 --- a/hal-core/resources/web/plugin_config.tmpl +++ b/hal-core/resources/web/plugin_config.tmpl @@ -37,13 +37,14 @@
-
Active Controllers
+
Controllers
+ {{#controllers}} @@ -53,6 +54,7 @@ {{#.isAvailable()}}Running{{/.isAvailable()}} {{^.isAvailable()}}Down{{/.isAvailable()}} +
Name StatusRegistered Devices Actions
{{.size()}} {{#.isScannable()}}
@@ -81,6 +83,25 @@
+
+
+
Daemons
+
+ + + + + + {{#daemons}} + + + + {{/daemons}} +
Name
{{.getClass().getName()}}
+
+
+
+