Merge branch 'ent-9159-Discovery-Host-devices-Meter-lista-de-host-por-nombre' into 'develop'

changed help tip

See merge request artica/pandorafms!5083
This commit is contained in:
Daniel Rodriguez 2022-09-19 13:05:22 +00:00
commit 9877d59ea6
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ class HostDevices extends Wizard
'hidden' => (($this->task['subnet_csv'] == '1') ? 1 : 0), 'hidden' => (($this->task['subnet_csv'] == '1') ? 1 : 0),
'id' => 'std_subnet', 'id' => 'std_subnet',
'label' => '<b>'.__('Network').':</b>'.ui_print_help_tip( 'label' => '<b>'.__('Network').':</b>'.ui_print_help_tip(
__('You can specify several networks, separated by commas, for example: 192.168.50.0/24,192.168.60.0/24'), __('You can specify networks or fully qualified domain names of a specific host, separated by commas, for example: 192.168.50.0/24,192.168.60.0/24, hostname.artica.es'),
true true
), ),
'arguments' => [ 'arguments' => [