From c400b261ff3f5feacce6777dd80c026835a967da Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Fri, 29 Jun 2018 14:57:40 +0200 Subject: [PATCH] changed size of changing snmp module name alert popup --- pandora_console/godmode/agentes/configurar_agente.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index bc9b8ee7ec..4d67e729e6 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -1971,8 +1971,8 @@ switch ($tab) { resizable: true, draggable: true, modal: true, - height: 260, - width: 600, + height: 280, + width: 630, 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.

');