Anthony Woods

Results 64 issues of Anthony Woods

**Issue by [mattttt](https://github.com/mattttt)** _Saturday Jun 13, 2015 at 20:28 GMT_ _Originally opened as https://github.com/raintank/grafana/issues/198_ --- It appears that checking the Enabled check box still sets the monitors['ping'].enabled variable on click...

frontend
litmus

**Issue by [nopzor1200](https://github.com/nopzor1200)** _Monday May 11, 2015 at 06:14 GMT_ _Originally opened as https://github.com/raintank/grafana/issues/82_ --- The links to dashboards-by-Collector-tag are dead. Please wire up multiselect links for the list of...

frontend
litmus

If the value of an option is set in the configfile or environment var with an invalid value that can't be parsed, it is just silently ignored and the 0...

I would like to be able to apply validation rules to each item in a slice. eg ``` type MyStruct struct { Id int MyNumbers []int `json:"my_numbers" binding:"range(1, 10)"` }...