mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
agent named replaced by agent alias in mobile console's alerts view
Former-commit-id: 4140bddcf5785f76a948bbe1ba0f694a58c9b50a
This commit is contained in:
parent
79ce629b30
commit
279e94f452
@ -263,7 +263,7 @@ class Alerts {
|
|||||||
|
|
||||||
$row = array();
|
$row = array();
|
||||||
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($disabled_style,
|
$row[__('Module')] = sprintf($disabled_style,
|
||||||
io_safe_output($alert['module_name']));
|
io_safe_output($alert['module_name']));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user