summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports/reports/templates
Commit message (Collapse)AuthorAgeFilesLines
* Web Reports: Remove unnecessary comparison in config_items/item.htmlTim Laszlo2012-09-211-1/+1
| | | | The != operator isn't really necessary for unpruned. Also breaks compatability with older versions of django.
* Version bump to 1.3.0pre1Sol Jerome2012-08-311-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* div tag ended in the wrong blockTim Laszlo2012-08-211-1/+1
|
* Version bump to 1.2.3Sol Jerome2012-08-151-1/+1
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: misc/bcfg2.spec setup.py
* web_reports: add links to entry viewTim Laszlo2012-06-141-3/+3
|
* web_reports: add entry linksTim Laszlo2012-06-142-2/+2
|
* web_reports: Add entry viewTim Laszlo2012-06-141-0/+30
|
* web_reports: Make reasons clickable in entry listingsTim Laszlo2012-06-142-2/+2
|
* web_reports: group filtering for <type> element viewsTim Laszlo2012-06-141-0/+1
|
* web_reports: remove :Tim Laszlo2012-06-071-1/+1
|
* web_reports: Improve element listsTim Laszlo2012-06-061-10/+11
| | | | | Faster page loads. More details in the listings.
* web_reports: speed up client detail viewTim Laszlo2012-06-061-44/+11
|
* web_reports: add group filtering logic to grid and detailed listTim Laszlo2012-06-062-2/+15
|
* web_reports: show filter list when no records are returnedTim Laszlo2012-06-061-1/+1
|
* web_reports: Show client profile, groups, and bundles in detailed viewTim Laszlo2012-06-061-0/+35
|
* web_reports: added a view to show the most common configuration problemsTim Laszlo2012-06-053-1/+47
|
* bcfg2-web: D=Make detailed client list sortableTim Laszlo2012-06-011-8/+8
|
* reports: Fix unpruned entries displaySol Jerome2012-05-091-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Add fine-grained filter for 'bad' clientsSol Jerome2012-05-063-22/+22
| | | | | | | | 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>
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-271-0/+15
| | | | | | | | | | | | | | | Path type='directory' entries previously had no 'reason' associated with their 'dirty' state. This change adds a database field for unpruned entries which are present in a pruned directory and displays that list in the web reporting interface. There is also a change made to the POSIX client tool which forces it to display the extra entry list when running in interactive mode without debugging enabled. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-2415-0/+702
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>