2013-02-28 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/configurar_agente.php: fixed, now show again the error each case in the action to creation a agent. Fixes: #3606275 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7759 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
4f790a4e44
commit
13d7d562e0
|
@ -1,3 +1,10 @@
|
|||
2013-02-28 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/configurar_agente.php: fixed, now show again
|
||||
the error each case in the action to creation a agent.
|
||||
|
||||
Fixes: #3606275
|
||||
|
||||
2013-02-28 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/netflow/nf_live_view.php: fixed load filter from the
|
||||
|
|
|
@ -471,9 +471,13 @@ if ($delete_conf_file) {
|
|||
|
||||
// Show agent creation results
|
||||
if ($create_agent) {
|
||||
if (!isset($agent_creation_error)) {
|
||||
$agent_creation_error = __('Could not be created');
|
||||
}
|
||||
|
||||
ui_print_result_message ($agent_created_ok,
|
||||
__('Successfully created'),
|
||||
__('Could not be created'));
|
||||
$agent_creation_error);
|
||||
}
|
||||
|
||||
// Fix / Normalize module data
|
||||
|
|
Loading…
Reference in New Issue