|
@@ -107,6 +107,10 @@ class ONUAdmin extends WorkflowBaseAdmin
|
|
|
->tab('Log')
|
|
|
->with('Log')
|
|
|
->add('log','string', array('template' => 'FTTHBundle:ONU:show_log.html.twig'))
|
|
|
+ ->add('deviceLog','string', array(
|
|
|
+ 'template' => 'DeviceBundle::show_device_log.html.twig',
|
|
|
+ 'translation_domain' => 'DeviceBundle',
|
|
|
+ ))
|
|
|
->end()
|
|
|
->end()
|
|
|
;
|