[7.x] Restore default metric='_all' to cluster.state()
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{% extends "base" %}
|
||||
{% block request %}
|
||||
if index and metric in SKIP_IN_PATH:
|
||||
metric = "_all"
|
||||
|
||||
{{ super()|trim }}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user