|
@@ -82,7 +82,7 @@ class StatsDeviceAdmin extends BaseAdmin
|
|
|
{
|
|
|
$actions = parent::configureActionButtons($action, $object);
|
|
|
$actions['update_devices'] = array(
|
|
|
- 'template' => 'StatsBundle:StatsDevice:update_devices.html.twig',
|
|
|
+ 'template' => 'StatsBundle:StatsDevice:update_devices_button.html.twig',
|
|
|
);
|
|
|
|
|
|
return $actions;
|