From 99a61f8ca37f63a3b65adebe398e07901f290d1e Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Wed, 24 Jan 2024 21:41:51 +0100 Subject: [PATCH] Added controller status indication --- hal-core/resources/web/plugin_config.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hal-core/resources/web/plugin_config.tmpl b/hal-core/resources/web/plugin_config.tmpl index a8f767ea..a3661bd3 100644 --- a/hal-core/resources/web/plugin_config.tmpl +++ b/hal-core/resources/web/plugin_config.tmpl @@ -43,11 +43,16 @@ + {{#controllers}} +
NameStatus Actions
{{.getClass().getName()}} + {{#.isAvailable()}}Running{{/.isAvailable()}} + {{^.isAvailable()}}Down{{/.isAvailable()}} + {{#.isScannable()}}