Further centralize state, return result from serial methods
This commit is contained in:
parent
93c62229ad
commit
c23d35217d
15 changed files with 471 additions and 244 deletions
|
|
@ -1,4 +1,10 @@
|
|||
<p>There are no nodes. The graph is either empty or failed to parse.</p>
|
||||
{% if graph.meta.messages %}
|
||||
<p>Error messages:</p>
|
||||
<pre>
|
||||
{{ graph.meta.messages }}
|
||||
</pre>
|
||||
{% endif %}
|
||||
{% if graph.meta.config.raw %}
|
||||
<p>Check the
|
||||
{% if graph.meta.config.raw_toml %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue