This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.

7 lines
208 B
PHP

<table class="box-left">
<tr>
<th>Shared IPs</th>
<td><?php echo Form::input('provision_plugin_data[shared_ip]',$o->value('shared_ip')); ?></td>
</tr>
</table>