en/templates/empty.html

14 lines
382 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 %}