Bugzilla – Attachment 69699 Details for
Bug 19542
Koha should display Elasticsearch information in the about page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19542: Use comma to separate indices
Bug-19542-Use-comma-to-separate-indices.patch (text/plain), 1.13 KB, created by
Jonathan Druart
on 2017-12-11 17:28:48 UTC
(
hide
)
Description:
Bug 19542: Use comma to separate indices
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-12-11 17:28:48 UTC
Size:
1.13 KB
patch
obsolete
>From 316d38531e9e83feb03e3ac6a2852a38567f9754 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 11 Dec 2017 14:28:26 -0300 >Subject: [PATCH] Bug 19542: Use comma to separate indices > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 132fac1c0d..b70a6e644e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -62,7 +62,7 @@ > | > Indices: > [% FOREACH index IN elasticsearch_status.indexes %] >- [% index.index_name %] (count: <emph>[% index.count %]</emph>) >+ [% index.index_name %] (count: <emph>[% index.count %]</emph>)[% UNLESS loop.last %], [% END %] > [% END %] > [% ELSE %] > <span class="status_warn">not running</span> >-- >2.11.0
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 19542
:
68861
|
68862
|
68863
|
68864
|
68935
|
68936
|
69615
|
69616
|
69617
| 69699 |
69730
|
69731