en/templates/empty.html
2025-12-16 19:02:36 -03:00

14 lines
380 B
HTML

<p>There are no nodes. The graph is either empty or failed to parse.</p>
{% if config.raw %}
<p>Check the
{% if config.raw_toml %}
<a href="/graph/toml">
{% elif config.raw_json %}
<a href="/graph/json">
{% endif %}
raw endpoints
{% if config.raw_toml or config.raw_json %}
</a>
{% endif %}
for possible parsing errors.</p>
{% endif %}