summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 66f491f)
raw | patch | inline | side by side (parent: 66f491f)
author | Florian Forster <ff@octo.it> | |
Mon, 21 Jun 2010 16:54:52 +0000 (18:54 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 21 Jun 2010 16:54:52 +0000 (18:54 +0200) |
src/action_list_graphs.c | patch | blob | history |
index 86d6e433e2abe08b11d5f3060d5dde26590f53d3..baf116f45ac7970799d53122733707d277056dae 100644 (file)
--- a/src/action_list_graphs.c
+++ b/src/action_list_graphs.c
return (0);
}
- printf ("<ul id=\"host-list\">\n");
+ printf ("<div><h3>List of hosts</h3>\n"
+ "<ul id=\"host-list\">\n");
for (i = 0; i < hosts_argc; i++)
{
char *host = hosts_argv[i];
free (host_html);
}
- printf ("</ul>\n");
+ printf ("</ul></div>\n");
array_destroy (data.array);