|
@@ -31,7 +31,10 @@ class SubNetAdmin extends BaseAdmin
|
|
{
|
|
{
|
|
$listMapper
|
|
$listMapper
|
|
->add('address')
|
|
->add('address')
|
|
- ->add('options')
|
|
|
|
|
|
+ ->add('options', null, [
|
|
|
|
+ 'header_style' => 'width: 50%',
|
|
|
|
+ 'template' => 'HostBundle:CRUD:dhcp_options.html.twig',
|
|
|
|
+ ])
|
|
->add('allowedHostType')
|
|
->add('allowedHostType')
|
|
->add('status')
|
|
->add('status')
|
|
->add('netGroup')
|
|
->add('netGroup')
|