opserver / Opserver

Stack Exchange's Monitoring System
https://opserver.github.io/Opserver/
MIT License
4.51k stars 827 forks source link

Fixing the call to RenderLink method call for missing indexes link #243

Closed kshyju closed 7 years ago

kshyju commented 7 years ago

The third parameter of RenderLink method is to make the link disabled. So even if the expression Model.Instance.Supports<SQLInstance.MissingIndex>() return true, we should convert it to false. disabled=true =>enabled.

NickCraver commented 7 years ago

Doh, good call - thanks!