mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR: SSF-168 adding additional class to grid field that displays all reports
This commit is contained in:
parent
44e64344f0
commit
e43d0b4640
@ -178,6 +178,7 @@ class ReportAdmin extends LeftAndMain implements PermissionProvider {
|
||||
$gridField->setFieldFormatting(array(
|
||||
'title' => '<a href=\"$Link\">$value</a>'
|
||||
));
|
||||
$gridField->addExtraClass('all-reports-gridfield');
|
||||
$fields->push($gridField);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user