arachnys / cabot

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

Fix custom check plugins list on checks page #626

Closed payton closed 6 years ago

payton commented 6 years ago

This is a very minor change, but when additional custom checks are added, the list of available checks begin to stack. My change just allows them to adjust to a single line.

codecov[bot] commented 6 years ago

Codecov Report

Merging #626 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #626   +/-   ##
=======================================
  Coverage   81.05%   81.05%           
=======================================
  Files          46       46           
  Lines        2930     2930           
  Branches      177      177           
=======================================
  Hits         2375     2375           
  Misses        497      497           
  Partials       58       58
Impacted Files Coverage Δ
cabot/templates/cabotapp/_statuscheck_list.html 77.09% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2824c24...3af6b45. Read the comment docs.

frankh commented 6 years ago

Thanks 👍