changed width of changing snmp module name alert popup

This commit is contained in:
alejandro-campos 2018-07-03 12:50:28 +02:00
parent c400b261ff
commit 0cf3aa2e78
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>');