You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when a sensor is N/A unraid tries to display blue-on.png
This file does not exist in my server whereas red and green do exist.
This happens in the IPMIDash.page: Line 118: '<td title="'+sensor.State+'"><img src="/plugins/dynamix/images/'+ data.State[sensor.State] +'-on.png"/></td>'+ //state
And also IPMISensors page: Line 210: '<td title="'+sensor.State+'"><img src="/plugins/dynamix/images/'+ data.State[sensor.State] +'-on.png"/></td>'+ //state
Probably the easiest solution is add the blue image :)
The text was updated successfully, but these errors were encountered:
I noticed that when a sensor is N/A unraid tries to display blue-on.png
This file does not exist in my server whereas red and green do exist.
This happens in the IPMIDash.page:
Line 118: '<td title="'+sensor.State+'"><img src="/plugins/dynamix/images/'+ data.State[sensor.State] +'-on.png"/></td>'+ //state
And also IPMISensors page:
Line 210: '<td title="'+sensor.State+'"><img src="/plugins/dynamix/images/'+ data.State[sensor.State] +'-on.png"/></td>'+ //state
Probably the easiest solution is add the blue image :)
The text was updated successfully, but these errors were encountered: