projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f491f
)
src/action_list_graphs.c: Add heading to list of hosts.
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
diff --git
a/src/action_list_graphs.c
b/src/action_list_graphs.c
index
86d6e43
..
baf116f
100644
(file)
--- a/
src/action_list_graphs.c
+++ b/
src/action_list_graphs.c
@@
-201,7
+201,8
@@
static int print_host_list (__attribute__((unused)) void *user_data) /* {{{ */
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];
@@
-218,7
+219,7
@@
static int print_host_list (__attribute__((unused)) void *user_data) /* {{{ */
free (host_html);
}
- printf ("</ul>\n");
+ printf ("</ul>
</div>
\n");
array_destroy (data.array);