{% extends 'base.html' %} {% block content %}
There are {{ num_nodes }} nodes in the cortex, most recently created at {{ last_created }}.
Form | Count |
---|---|
{{ form }} | {{ count }} |
The most recent ingest job ran at {{ ingest_ts }}, with the following code:
{{ ingest_code }}
Run a new ingest job on the remote CSV:
BROKEN :(