arachnys / cabot

Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
MIT License
5.6k stars 594 forks source link

[enhancement] add search/pagination to Instances view #283

Open blysik opened 9 years ago

blysik commented 9 years ago

Same as the checks view, it would be nice to have search/pagination on the Instances view.

dbuxton commented 9 years ago

It's just done client-side using datatables so would be more or less a simple copy and paste of this code: https://github.com/arachnys/cabot/blob/fc33c9859a6c249f8821c88eb8506ebcad645a50/cabot/templates/cabotapp/statuscheck_list.html#L13

xinity commented 8 years ago

@blysik PR is on it's way #292