Commit version 24.12.13800
This commit is contained in:
@ -5,14 +5,18 @@
|
||||
*
|
||||
* This file is part of Observium.
|
||||
*
|
||||
* @package observium
|
||||
* @subpackage webui
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2019 Observium Limited
|
||||
* @package observium
|
||||
* @subpackage webui
|
||||
* @copyright (C) Adam Armstrong
|
||||
*
|
||||
*/
|
||||
|
||||
if(empty($graph_array['type'])) { $graph_array['type'] = $graph_type; }
|
||||
if(empty($graph_array['device'])) { $graph_array['device'] = $device['device_id']; }
|
||||
if (empty($graph_array['type'])) {
|
||||
$graph_array['type'] = $graph_type;
|
||||
}
|
||||
if (empty($graph_array['device'])) {
|
||||
$graph_array['device'] = $device['device_id'];
|
||||
}
|
||||
|
||||
echo('<tr><td>');
|
||||
|
||||
|
Reference in New Issue
Block a user