I am trying to provide different colored progress bars to indicate different status.
i.e. blue, yellow, and red for displaying disk utilization.
If usage < 70% the progress bar is blue
If usage >= 70% && < 90% the progress bar is yellow
If usage >= 90% the progress bar is red
We have successfully altered the skin directory to provide a blue a progress bar. I would like to repeat the process for the other 2 colors, but it does not appear that there is a style that defines which images are used. Are the images files hard coded for this widget?
i.e. blue, yellow, and red for displaying disk utilization.
If usage < 70% the progress bar is blue
If usage >= 70% && < 90% the progress bar is yellow
If usage >= 90% the progress bar is red
We have successfully altered the skin directory to provide a blue a progress bar. I would like to repeat the process for the other 2 colors, but it does not appear that there is a style that defines which images are used. Are the images files hard coded for this widget?
Comment