mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Fix plugin icon
This commit is contained in:
parent
3ab0b1c4cb
commit
397c4bd720
@ -731,7 +731,7 @@ class DiscoveryTaskList extends HTML
|
|||||||
case DISCOVERY_CLOUD_AZURE_COMPUTE:
|
case DISCOVERY_CLOUD_AZURE_COMPUTE:
|
||||||
// Discovery Applications MySQL.
|
// Discovery Applications MySQL.
|
||||||
$data[6] = html_print_image(
|
$data[6] = html_print_image(
|
||||||
'images/plugin@svg.svg',
|
'images/plugins@svg.svg',
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'title' => __('Discovery Cloud Azure Compute'),
|
'title' => __('Discovery Cloud Azure Compute'),
|
||||||
@ -744,7 +744,7 @@ class DiscoveryTaskList extends HTML
|
|||||||
case DISCOVERY_CLOUD_AWS_EC2:
|
case DISCOVERY_CLOUD_AWS_EC2:
|
||||||
// Discovery Applications MySQL.
|
// Discovery Applications MySQL.
|
||||||
$data[6] = html_print_image(
|
$data[6] = html_print_image(
|
||||||
'images/plugin@svg.svg',
|
'images/plugins@svg.svg',
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'title' => __('Discovery Cloud AWS EC2'),
|
'title' => __('Discovery Cloud AWS EC2'),
|
||||||
@ -856,7 +856,7 @@ class DiscoveryTaskList extends HTML
|
|||||||
} else {
|
} else {
|
||||||
// APP or external script recon task.
|
// APP or external script recon task.
|
||||||
$data[6] = html_print_image(
|
$data[6] = html_print_image(
|
||||||
'images/plugin@svg.svg',
|
'images/plugins@svg.svg',
|
||||||
true,
|
true,
|
||||||
['class' => 'main_menu_icon invert_filter']
|
['class' => 'main_menu_icon invert_filter']
|
||||||
).' ';
|
).' ';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user