Nodes with `continue: true` were being ignored,
and only the first match in the routing tree was
being highlighted.
Additionally, each node was incorrectly being set
to continue=true if nothing is received from the
API. The API sends nothing if continue=false.
* Add pagination for silences
* Exit del loop after ID is deleted
* Use limit instead of n in API call
* Hide limit choice in client frontend
* Remove unnecessary append
* Clarify doc string for Query
* Export parsed configuration as JSON in /api/v1/status.
* Avoid exporting the XXX fields.
* Drop js-yaml library and use already parsed configuration.
* Go fmt + go-bindata