diff options
Diffstat (limited to 'host.php')
| -rw-r--r-- | host.php | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -11,7 +11,9 @@ $selected_plugins = !$plugin ? $CONFIG['overview'] : array($plugin); | |||
| 11 | 11 | ||
| 12 | html_start(); | 12 | html_start(); |
| 13 | 13 | ||
| 14 | printf('<h2>%s</h2>'."\n", $host); | 14 | printf("<fieldset id=\"%s\"/>", $host); |
| 15 | printf("<legend>%s</legend>", $host); | ||
| 16 | |||
| 15 | 17 | ||
| 16 | $plugins = collectd_plugins($host); | 18 | $plugins = collectd_plugins($host); |
| 17 | 19 | ||
| @@ -30,6 +32,7 @@ foreach ($selected_plugins as $selected_plugin) { | |||
| 30 | } | 32 | } |
| 31 | } | 33 | } |
| 32 | echo '</div>'; | 34 | echo '</div>'; |
| 35 | printf("</fieldset>"); | ||
| 33 | 36 | ||
| 34 | html_end(); | 37 | html_end(); |
| 35 | 38 | ||
