2010-10-26 Ramon Novoa <rnovoa@artica.es>

* operation/agentes/stat_win.php: Hide baseline checkbox when not
	  available.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3466 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2010-10-26 13:18:34 +00:00
parent 2af21ff6d9
commit 6843ffdf15
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2010-10-26 Ramon Novoa <rnovoa@artica.es>
* operation/agentes/stat_win.php: Hide baseline checkbox when not
available.
2010-10-26 Junichi Satoh <junichi@rworks.jp>
* godmode/db/db_info.php: Fixed uninitialized variable is used.

View File

@ -228,9 +228,10 @@ echo '</td></tr><tr><td>'.__('Show alerts').'</td><td>';
print_checkbox ("draw_alerts", 1, (bool) $draw_alerts);
if ($config['enterprise_installed'] && $graph_type == "sparse") {
echo '</td></tr><tr><td>'.__('Draw baseline').'</td><td>';
print_checkbox ("baseline", 1, (bool) $baseline);
}
echo '</td><td>';