mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
minor fix in task description (Discovery.cloud.aws.rds)
Former-commit-id: 1c32a684edddc17eef5a4bb5260a148632767efb
This commit is contained in:
parent
cec4bb49ff
commit
fc40518e65
@ -493,6 +493,16 @@ class DiscoveryTaskList extends Wizard
|
|||||||
if ($task['id_recon_script'] == 0) {
|
if ($task['id_recon_script'] == 0) {
|
||||||
// Internal discovery task.
|
// Internal discovery task.
|
||||||
switch ($task['type']) {
|
switch ($task['type']) {
|
||||||
|
case DISCOVERY_CLOUD_AWS_RDS:
|
||||||
|
// Discovery Applications MySQL.
|
||||||
|
$data[6] = html_print_image(
|
||||||
|
'images/network.png',
|
||||||
|
true,
|
||||||
|
['title' => __('Discovery Cloud RDS')]
|
||||||
|
).' ';
|
||||||
|
$data[6] .= __('Discovery.Cloud.Aws.RDS');
|
||||||
|
break;
|
||||||
|
|
||||||
case DISCOVERY_APP_MYSQL:
|
case DISCOVERY_APP_MYSQL:
|
||||||
// Discovery Applications MySQL.
|
// Discovery Applications MySQL.
|
||||||
$data[6] = html_print_image(
|
$data[6] = html_print_image(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user