Bugzilla – Attachment 117022 Details for
Bug 27661
Clarify error for message broker
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27661: Use td.bg-success for ES and memcached as well
Bug-27661-Use-tdbg-success-for-ES-and-memcached-as.patch (text/plain), 2.14 KB, created by
Jonathan Druart
on 2021-02-19 07:57:41 UTC
(
hide
)
Description:
Bug 27661: Use td.bg-success for ES and memcached as well
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-02-19 07:57:41 UTC
Size:
2.14 KB
patch
obsolete
>From 94483d6ff9366404cfcdf603a09c9f9737db89d7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 19 Feb 2021 08:57:25 +0100 >Subject: [PATCH] Bug 27661: Use td.bg-success for ES and memcached as well > >--- > 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 %] > <td><span class="bg-warning">[% elasticsearch_fatal_config_error | html %]</span></td> > [% ELSE %] >- <td> >+ [% IF elasticsearch_status.running %] >+ <td class="bg-success"> >+ [% ELSE %] >+ <td> >+ [% END %] > Version: > <span>[% elasticsearch_status.version | html %]</span> > | >@@ -63,7 +67,7 @@ > | > Status: > [% IF elasticsearch_status.running %] >- <span class="bg-success">running</span> >+ <span>running</span> > | > Indices: > [% FOREACH index IN elasticsearch_status.indexes %] >@@ -77,7 +81,11 @@ > </tr> > [% END %] > <tr><th scope="row">Memcached: </th> >- <td> >+ [% IF memcached_running AND is_memcached_still_active AND where_is_memcached_config == 'config_only' %] >+ <td class="bg-success"> >+ [% ELSE %] >+ <td> >+ [% END %] > Servers: [% IF memcached_servers %]<span>[% memcached_servers | html %]</span> > [% ELSE %]<span>undefined</span>[% END %] | > Namespace: [% IF memcached_namespace %]<span>[% memcached_namespace | html %]</span> >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27661
:
116575
|
116848
|
116855
|
116856
|
117006
|
117010
|
117022
|
117023
|
117024
|
117025
|
117026