summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports/reports/templatetags/bcfg2_tags.py
Commit message (Collapse)AuthorAgeFilesLines
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-2/+2
|
* web_reports: speed up client detail viewTim Laszlo2012-06-061-13/+0
|
* web_reports: add group filtering logic to grid and detailed listTim Laszlo2012-06-061-1/+16
|
* bcfg2-web: D=Make detailed client list sortableTim Laszlo2012-06-011-0/+100
|
* reports: Add fine-grained filter for 'bad' clientsSol Jerome2012-05-061-17/+52
| | | | | | | | This filter introduces percentages which should help administrators to quickly visually see where they should focus their time. The worse the percentage of bad/total entries, the darker the color of the client. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Pylint fixesSol Jerome2012-05-061-69/+71
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+276
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>