fixed 500

This commit is contained in:
alejandro.campos@artica.es 2022-08-16 11:56:05 +02:00
parent a8e10e4c26
commit e6739e16b8
1 changed files with 2 additions and 2 deletions

View File

@ -307,8 +307,8 @@ $table_ip .= '<div class="label_select_child_right">'.html_print_input(
'type' => 'switch',
'id' => 'fixed_ip',
'name' => 'fixed_ip',
'value' => $fixed_ip,
],
'value' => $fixed_ip
]
).__('Fix IP address').ui_print_help_tip(__('Avoid automatic IP address update when agent IP changes.'), true).'</div>';
$table_ip .= '</div></div>';