From 959a2e91107c2c3820fd5091d293f20ebc88bbc0 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Wed, 13 Sep 2023 08:14:11 +0200 Subject: [PATCH] 11806-Add alert icon in Manage agent --- pandora_console/godmode/agentes/configurar_agente.php | 2 +- pandora_console/images/add-alert.svg | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100755 pandora_console/images/add-alert.svg diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 701ce4894b..de42b8b6c3 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -437,7 +437,7 @@ if ($id_agente) { [ 'href' => 'index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=alert&id_agente='.$id_agente, 'content' => html_print_image( - 'images/alert@svg.svg', + 'images/add-alert.svg', true, [ 'title' => __('Alerts'), diff --git a/pandora_console/images/add-alert.svg b/pandora_console/images/add-alert.svg new file mode 100755 index 0000000000..3dec357543 --- /dev/null +++ b/pandora_console/images/add-alert.svg @@ -0,0 +1,7 @@ + + + Add alert@svg + + + + \ No newline at end of file