fixed 500
This commit is contained in:
parent
a8e10e4c26
commit
e6739e16b8
|
@ -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