Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-06-22 | overview: add color to load averages | Pim van den Berg | 1 | -0/+11 | |
The load average number turns: * orange When the load is higher than the number of cpu cores. * red When the load is more than twice as high as the number of cpu cores. | |||||
2013-06-22 | start using fieldset + legend for showing data | Pim van den Berg | 1 | -6/+14 | |
2012-12-26 | layout: use the max width of the browser to show the graphs | Pim van den Berg | 1 | -7/+9 | |
Reference: http://stackoverflow.com/questions/1260122/expand-div-to-take-remaining-width | |||||
2012-12-26 | layout: remove {minus,plus}.gif | Pim van den Berg | 2 | -0/+0 | |
This isn't needed with the new navigation menu anymore. | |||||
2012-12-21 | replace the ajax expand system by a navigation menu | xian310 | 1 | -4/+38 | |
Signed-off-by: Pim van den Berg <pim@nethuis.nl> | |||||
2010-06-05 | remove php gd dependency | Pim van den Berg | 2 | -0/+0 | |
Image error messages were shown using PHP GD. People who haven't installed PHP GD don't understand what is going on when an image is not shown. It is replaced by a static image referring to the error log for more information. | |||||
2010-05-29 | Define alternating odd/even css classes for rows in main summary | Edmondo Tommasina | 1 | -0/+8 | |
To select different background colors for the rows in the main summary page, just uncomment the tr.odd/tr.even background definition in layout/style.css and set the color. | |||||
2010-01-12 | make rrdtool executable configurable | Pim van den Berg | 1 | -0/+5 | |
2009-12-05 | load plugins on the host page via ajax | Pim van den Berg | 1 | -0/+4 | |
2009-10-11 | some styling modifications | Pim van den Berg | 1 | -3/+13 | |
2009-10-11 | replace plus and minus on host page by images | Pim van den Berg | 2 | -0/+0 | |
2009-09-29 | layout improvement based on daniel's patch | Pim van den Berg | 1 | -1/+27 | |
The page is divided into a header, content and footer. It is styled better and the header links to the main page. Patch from Daniel von Fange (Leancoder): http://pommi.nethuis.nl/storage/software/cgp/leancoder-css.cgp-v-0-1.patch | |||||
2009-09-23 | add a footer to each page | Pim van den Berg | 1 | -0/+11 | |
2009-09-20 | display term as a list on detail page | Pim van den Berg | 1 | -0/+9 | |