From 00fa61cead5648d1958865ba2af2e9f6eddc1116 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 19 Feb 2021 08:57:25 +0100 Subject: [PATCH] Bug 27661: Use td.bg-success for ES and memcached as well Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index e2d727ab0b..2aa22763f6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -54,7 +54,11 @@ [% IF elasticsearch_fatal_config_error %] [% elasticsearch_fatal_config_error | html %] [% ELSE %] - + [% IF elasticsearch_status.running %] + + [% ELSE %] + + [% END %] Version: [% elasticsearch_status.version | html %] | @@ -63,7 +67,7 @@ | Status: [% IF elasticsearch_status.running %] - running + running | Indices: [% FOREACH index IN elasticsearch_status.indexes %] @@ -77,7 +81,11 @@ [% END %] Memcached: - + [% IF memcached_running AND is_memcached_still_active AND where_is_memcached_config == 'config_only' %] + + [% ELSE %] + + [% END %] Servers: [% IF memcached_servers %][% memcached_servers | html %] [% ELSE %]undefined[% END %] | Namespace: [% IF memcached_namespace %][% memcached_namespace | html %] -- 2.11.0