diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index b0999eb638..d59a4149f8 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -1936,11 +1936,11 @@ switch ($tab) { resizable: true, draggable: true, modal: true, - height: 220, + height: 240, width: 600, title: 'Changing the module name of a satellite agent', open: function(){ - $('#dialog').html('

Warning
The names of the modules of a satellite should not be
altered manually. Unless you are absolutely certain of
the process, do not alter these names.

'); + $('#dialog').html('

Warning
The names of the modules of a satellite should not be altered manually. Unless you are absolutely certain of the process, do not alter these names.

'); }, buttons: [{ text: "Ok", @@ -1970,11 +1970,11 @@ switch ($tab) { resizable: true, draggable: true, modal: true, - height: 280, - width: 670, + height: 240, + width: 650, title: 'Changing snmp module name', open: function(){ - $('#dialog').html('

Warning
If you change the name of this module, various features
associated with this module, such as network maps,
interface graphs or other network modules, may no longer
work. If you are not completely sure of the process, please
do not change the name of the module.

'); + $('#dialog').html('

Warning
If you change the name of this module, various features associated with this module, such as network maps, interface graphs or other network modules, may no longer work. If you are not completely sure of the process, please do not change the name of the module.

'); }, buttons: [{ text: "Ok",