aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A few style tweaks, mostly to a dark theme.onefang2019-12-101-1/+1
|
* layout: add transition to hamburger menu slideoutPim van den Berg2015-06-221-0/+3
|
* responsive: introduce a hamburger navicon to toggle the menu on smaller devicesPim van den Berg2015-06-212-6/+57
|
* responsive: make the host page look nice on all mediaPim van den Berg2015-06-212-0/+15
|
* responsive: make the overview page look nice on all mediaPim van den Berg2015-06-212-0/+8
|
* add responsive cssPim van den Berg2015-06-213-0/+0
| | | | | | | | For 4 types of devices: a. desktop / tablet 10" landscape (default) b. tablet 10" portrait / tablet 7" landscape c. tablet 7" portrait / smartphone landscape d. smartphone portrait
* replace table on overview page by divsPim van den Berg2015-06-211-12/+15
| | | | This works better in a responsive design.
* layout: make timeago smaller and give it some opacityPim van den Berg2014-12-141-1/+6
|
* Adding option to show time since last update on dashboard.David Severwright2014-12-131-0/+5
| | | | Closes #110
* inc/html: add deprecation message about collectd 4Pim van den Berg2014-08-141-1/+7
|
* support php versions without json support and show a warning messagePim van den Berg2014-07-251-1/+7
|
* overview: add color to load averagesPim van den Berg2013-06-221-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.
* start using fieldset + legend for showing dataPim van den Berg2013-06-221-6/+14
|
* layout: use the max width of the browser to show the graphsPim van den Berg2012-12-261-7/+9
| | | | Reference: http://stackoverflow.com/questions/1260122/expand-div-to-take-remaining-width
* layout: remove {minus,plus}.gifPim van den Berg2012-12-262-0/+0
| | | | This isn't needed with the new navigation menu anymore.
* replace the ajax expand system by a navigation menuxian3102012-12-211-4/+38
| | | | Signed-off-by: Pim van den Berg <pim@nethuis.nl>
* remove php gd dependencyPim van den Berg2010-06-052-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.
* Define alternating odd/even css classes for rows in main summaryEdmondo Tommasina2010-05-291-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.
* make rrdtool executable configurablePim van den Berg2010-01-121-0/+5
|
* load plugins on the host page via ajaxPim van den Berg2009-12-051-0/+4
|
* some styling modificationsPim van den Berg2009-10-111-3/+13
|
* replace plus and minus on host page by imagesPim van den Berg2009-10-112-0/+0
|
* layout improvement based on daniel's patchPim van den Berg2009-09-291-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
* add a footer to each pagePim van den Berg2009-09-231-0/+11
|
* display term as a list on detail pagePim van den Berg2009-09-201-0/+9
|
* initial import of cgpPim van den Berg2009-09-201-0/+23
Collectd Graph Panel is a frontend for Collectd written in PHP. The goal of CGP is to provide an easy-to-use frontend for Collectd, starting with page that shows an overview of all the hosts you are managing with Collectd. In this initial import there is support for the plugins that are default enabled in Collectd. The supported plugins are located in the plugin directory.