make html output to use Bootstrap and DataTables

This make the table output good looking, and allows users to click table
headings to sort data by column without rerunning the analysis.
Unfortunately this change is breaking change, meaning the old CSS tags are
no longer supported, nor partial html output that printed only the table.

Proposed-by: Aaron Paetznick <aaronp@critd.com>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2015-11-28 17:59:42 +00:00
parent c7917152d3
commit 1299737d76
No known key found for this signature in database
GPG key ID: A9553245FDE9B739
6 changed files with 170 additions and 209 deletions

View file

@ -124,7 +124,6 @@ struct configuration_t {
char *dhcpdconf_file;
char *dhcpdlease_file;
char output_format[2];
bool fullhtml;
char sort[6];
bool reverse_order;
char *output_file;