mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
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:
parent
c7917152d3
commit
1299737d76
6 changed files with 170 additions and 209 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue