esdiag 0.16.4

Elastic Stack diagnostic collector and processor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% extends "layout.html" %}

{% block title %}Settings{% endblock %}

{% block content %}
<content id="main-content" class="full-page">
    <section-title>Settings</section-title>
    {{ hosts_panel_html|safe }}
    {{ secrets_panel_html|safe }}
    {{ clusters_panel_html|safe }}
</content>
{% if show_keystore_bootstrap %}
<div
    id="keystore-bootstrap-init"
    data-init="@get('/keystore/bootstrap-modal', {filterSignals: {exclude: /.*/}})"
></div>
{% endif %}
{% endblock %}