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:
Daniel Rodriguez 2019-02-18 13:42:03 +01:00
commit e5eb91e62a
1 changed files with 1 additions and 1 deletions

View File

@ -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(