|
@@ -46,9 +46,9 @@ class OnuAdmin extends BaseAdmin
|
|
->add('temperature', 'string', array('template' => 'StatsBundle:Onu:base_list_field_temperature.html.twig'))
|
|
->add('temperature', 'string', array('template' => 'StatsBundle:Onu:base_list_field_temperature.html.twig'))
|
|
->add('uptime', 'string', array('template' => 'StatsBundle:Onu:base_list_field_uptime.html.twig'))
|
|
->add('uptime', 'string', array('template' => 'StatsBundle:Onu:base_list_field_uptime.html.twig'))
|
|
->add('updated')
|
|
->add('updated')
|
|
- ->add('_action', null, array(
|
|
|
|
- 'actions' => array('show' => array())
|
|
|
|
- ))
|
|
|
|
|
|
+ //->add('_action', null, array(
|
|
|
|
+ // 'actions' => array('show' => array())
|
|
|
|
+ // ))
|
|
;
|
|
;
|
|
}
|
|
}
|
|
|
|
|