mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge pull request #57 from open-sausages/features/4.0/ui-button-refresh
Refresh CMS UI buttons to new flat style and bootstrap classes
This commit is contained in:
commit
3cadebf595
@ -34,6 +34,8 @@ class ReportAdmin extends LeftAndMain implements PermissionProvider
|
|||||||
|
|
||||||
private static $menu_title = 'Reports';
|
private static $menu_title = 'Reports';
|
||||||
|
|
||||||
|
private static $menu_icon_class = 'font-icon-chart-line';
|
||||||
|
|
||||||
private static $template_path = null; // defaults to (project)/templates/email
|
private static $template_path = null; // defaults to (project)/templates/email
|
||||||
|
|
||||||
private static $tree_class = 'SilverStripe\\Reports\\Report';
|
private static $tree_class = 'SilverStripe\\Reports\\Report';
|
||||||
|
Loading…
Reference in New Issue
Block a user