riemann / riemann-dash

An HTTP dashboard for Riemann.
MIT License
248 stars 102 forks source link

Small vanity changes to clientside js #8

Closed darkone23 closed 11 years ago

darkone23 commented 11 years ago

Socket err notifications were calling "_.warning" instead of "toastr.warning".

The util.js helpers were included in underscore js by other names, so I pulled them out and swapped their implementations with delegations to _. Maybe it would be better to just replace the usage with calls to underscore directly?

Cheers, Thomas

darkone23 commented 11 years ago

Closing pull request b/c of pull scope creep.