Merge branch '805-change-tip-icon-in-trap-editor-dev' into 'develop'
Added new help tip icon to snmp console See merge request !443
This commit is contained in:
commit
10e6153574
Binary file not shown.
After Width: | Height: | Size: 235 B |
Binary file not shown.
After Width: | Height: | Size: 284 B |
|
@ -678,7 +678,7 @@ if ($traps !== false) {
|
|||
continue;
|
||||
}
|
||||
$data[1] = '<a href="index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente='.$agent["id_agente"].'" title="'.__('View agent details').'">';
|
||||
$data[1] .= '<strong>'.$agent["alias"].ui_print_help_tip($trap['source'], true);'</strong></a>';
|
||||
$data[1] .= '<strong>'.$agent["nombre"].ui_print_help_tip($trap['source'], true, "images/tip-blanco.png");'</strong></a>';
|
||||
}
|
||||
|
||||
//OID
|
||||
|
@ -1014,4 +1014,4 @@ echo '<div style="clear:both;"> </div>';
|
|||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
Loading…
Reference in New Issue