Merge branch '2416-Popup-feo-y-erroneo-editor-de-modulos' into 'develop'

changed width of changing snmp module name alert popup

See merge request artica/pandorafms!1589
This commit is contained in:
vgilc 2018-07-03 14:03:29 +02:00
commit 6c695999e8
1 changed files with 1 additions and 1 deletions

View File

@ -1972,7 +1972,7 @@ switch ($tab) {
draggable: true,
modal: true,
height: 280,
width: 630,
width: 670,
title: 'Changing snmp module name',
open: function(){
$('#dialog').html('<br><img src="images/icono-warning-triangulo.png" style="float:left;margin-left:25px;margin-top:30px;"><p style="float:right;font-style:nunito;font-size:11pt;margin-right:50px;"><span style="font-weight:bold;font-size:12pt;">Warning</span> <br> If you change the name of this module, various features <br> associated with this module, such as network maps, <br> interface graphs or other network modules, may no longer <br> work. If you are not completely sure of the process, please <br> do not change the name of the module. </p>');