mocdaniel / dashing-icinga2

Dashing dashboard for Icinga 2 using the REST API
MIT License
204 stars 47 forks source link

Fix problem list ordering: Crit -> Warn -> Unknown #53

Closed dnsmichi closed 6 years ago

dnsmichi commented 6 years ago

Previous this was just "random" by the string comparison with Crit > Unknown > Warn, which isn't what we expect.

Great help: https://stackoverflow.com/questions/40121932/ruby-sort-array-of-hashes-values-string-based-on-array-order

refs #41