We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1712e63 commit 8a76041Copy full SHA for 8a76041
templates/Modules/index/index_stats.html.twig
@@ -68,6 +68,8 @@
68
<a class="{{ theme_link_secondary }}" href="{{ path('indices', {'status': row.title}) }}">{{ row.title|trans }}</a>
69
{% elseif key in ['indices_by_health'] and is_granted('INDICES', 'global') %}
70
<a class="{{ theme_link_secondary }}" href="{{ path('indices', {'health[]': row.title}) }}">{{ row.title|trans }}</a>
71
+ {% elseif key in ['indices_by_primary_shards', 'indices_by_replicas'] %}
72
+ {{ row.title }}
73
{% else %}
74
{{ row.title|trans }}
75
{% endif %}
0 commit comments