mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +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['server_name'] = get_parameter(
|
||||
'combo_server'
|
||||
);
|
||||
if ($values['server_name'] == '') {
|
||||
$values['server_name'] = get_parameter(
|
||||
'combo_server'
|
||||
);
|
||||
}
|
||||
|
||||
if ((($values['type'] == 'custom_graph')
|
||||
|| ($values['type'] == 'automatic_custom_graph'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user