mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fix server name item on reporting buider
This commit is contained in:
parent
df48e7f73d
commit
94d1964166
@ -1970,9 +1970,11 @@ switch ($action) {
|
|||||||
);
|
);
|
||||||
$values['id_group'] = get_parameter('combo_group');
|
$values['id_group'] = get_parameter('combo_group');
|
||||||
|
|
||||||
|
if ($values['server_name'] == '') {
|
||||||
$values['server_name'] = get_parameter(
|
$values['server_name'] = get_parameter(
|
||||||
'combo_server'
|
'combo_server'
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
if ((($values['type'] == 'custom_graph')
|
if ((($values['type'] == 'custom_graph')
|
||||||
|| ($values['type'] == 'automatic_custom_graph'))
|
|| ($values['type'] == 'automatic_custom_graph'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user