Merge branch '3154-Agent-name-en-vistas-de-alertas-de-consola-movil' into 'develop'
agent named replaced by agent alias in mobile console's alerts view See merge request artica/pandorafms!2066 Former-commit-id: 527b887ac9e21faafc27e111a189e3e40056b3a3
This commit is contained in:
commit
e5eb91e62a
|
@ -313,7 +313,7 @@ class Alerts
|
||||||
|
|
||||||
$row = [];
|
$row = [];
|
||||||
if (isset($this->columns['agent']) && $this->columns['agent']) {
|
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(
|
$row[__('Module')] = sprintf(
|
||||||
|
|
Loading…
Reference in New Issue