Merge branch 'ent-9397-PHP7-2-Error-500-en-edicion-de-agente-2' into 'develop'
fixed 500 See merge request artica/pandorafms!5058
This commit is contained in:
commit
43918f4c4a
|
@ -307,8 +307,8 @@ $table_ip .= '<div class="label_select_child_right">'.html_print_input(
|
||||||
'type' => 'switch',
|
'type' => 'switch',
|
||||||
'id' => 'fixed_ip',
|
'id' => 'fixed_ip',
|
||||||
'name' => '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>';
|
).__('Fix IP address').ui_print_help_tip(__('Avoid automatic IP address update when agent IP changes.'), true).'</div>';
|
||||||
|
|
||||||
$table_ip .= '</div></div>';
|
$table_ip .= '</div></div>';
|
||||||
|
|
Loading…
Reference in New Issue