Merge branch 'fix/discovery' into 'develop'
minor fix in task description (Discovery.cloud.aws.rds) See merge request artica/pandorafms!2380 Former-commit-id: 129790601ed4f5b8ac70851d4da8aa2b4f29dc78
This commit is contained in:
commit
ad4fc07492
|
@ -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…
Reference in New Issue