Merge remote-tracking branch 'origin/develop' into 339-No_cortar_elementos_en_PDF
Former-commit-id: 9831b389fd955e7351f9f9e07530ff060dad0e49
This commit is contained in:
commit
3856059c98
|
@ -313,7 +313,7 @@ class Alerts
|
|||
|
||||
$row = [];
|
||||
if (isset($this->columns['agent']) && $this->columns['agent']) {
|
||||
$row[__('Agent')] = sprintf($disabled_style, io_safe_output($alert['agent_name']));
|
||||
$row[__('Agent')] = sprintf($disabled_style, io_safe_output($alert['agent_alias']));
|
||||
}
|
||||
|
||||
$row[__('Module')] = sprintf(
|
||||
|
|
Loading…
Reference in New Issue