Commit Graph

12 Commits

Author SHA1 Message Date
stuart nelson b1a07d1fcb Missing semi-colon 2016-10-22 19:50:35 +02:00
stuart nelson fe46544783 Correctly render continue routing
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.
2016-10-22 19:38:07 +02:00
stuart nelson c1477c4589 Add pagination for silences (#468)
* 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
2016-08-23 14:42:59 +02:00
Martín Ferrari 7095c69952 Export parsed configuration as JSON and drop js-yaml dependency.
* 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
2016-07-13 11:53:35 +00:00
stuart nelson 84acd309a6 Add routing-tree visualization (#302) 2016-04-11 16:39:57 +02:00
Fabian Reinartz 9e7255a850 Vendor angular-sanitize 2015-11-09 18:30:51 +01:00
Fabian Reinartz 896449efac Improve silence UI 2015-11-06 17:07:55 +01:00
Fabian Reinartz e681d8619d Remove bass.css 2015-11-06 14:14:11 +01:00
Fabian Reinartz 08948391df Add uptime to status page 2015-11-02 20:04:37 +01:00
Fabian Reinartz 26222c3b50 Add CSS library and custom definitions 2015-10-15 16:24:02 +02:00
Fabian Reinartz e48ec3a339 Complete silence UI 2015-10-15 12:01:19 +02:00
Fabian Reinartz 942a4f91ed Initial layout for angular.js UI 2015-10-12 17:08:07 +02:00