fix metaconsole sql items creation
Former-commit-id: 68e45006b53599e3f59322fe08cf5a93df747c32
This commit is contained in:
parent
c9ac5d9313
commit
f60b55ac2b
|
@ -1473,16 +1473,6 @@ switch ($action) {
|
|||
$values['server_name'] = get_parameter ('combo_server');
|
||||
|
||||
|
||||
if (is_metaconsole()) {
|
||||
// For SQL Query check if it is setted in the meta
|
||||
if ($values['type'] == "sql") {
|
||||
if (empty($values['server_name'])) {
|
||||
$good_format = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$values['id_agent'] = get_parameter('id_agent');
|
||||
$values['id_gs'] = get_parameter('id_custom_graph');
|
||||
if (($values['type'] == 'alert_report_agent') or ($values['type'] == 'event_report_agent') or ($values['type'] == 'agent_configuration') or ($values['type'] == 'group_configuration'))
|
||||
|
|
Loading…
Reference in New Issue