From 417fb81ae4721cf1872e898c78aae375c60230ea Mon Sep 17 00:00:00 2001 From: Paul Clarke Date: Tue, 20 Dec 2016 13:30:50 +1300 Subject: [PATCH 1/2] add font-icon to menu --- code/ReportAdmin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/ReportAdmin.php b/code/ReportAdmin.php index eba6c3d1..85ccf25e 100644 --- a/code/ReportAdmin.php +++ b/code/ReportAdmin.php @@ -34,6 +34,8 @@ class ReportAdmin extends LeftAndMain implements PermissionProvider private static $menu_title = 'Reports'; + private static $menu_icon_class = 'font-icon-graph-bar'; + private static $template_path = null; // defaults to (project)/templates/email private static $tree_class = 'SilverStripe\\Reports\\Report'; From d67aee56feb8c001514f367612d8f456b9bb69dd Mon Sep 17 00:00:00 2001 From: Paul Clarke Date: Tue, 20 Dec 2016 16:13:46 +1300 Subject: [PATCH 2/2] Update icon --- code/ReportAdmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ReportAdmin.php b/code/ReportAdmin.php index 85ccf25e..21095795 100644 --- a/code/ReportAdmin.php +++ b/code/ReportAdmin.php @@ -34,7 +34,7 @@ class ReportAdmin extends LeftAndMain implements PermissionProvider private static $menu_title = 'Reports'; - private static $menu_icon_class = 'font-icon-graph-bar'; + private static $menu_icon_class = 'font-icon-chart-line'; private static $template_path = null; // defaults to (project)/templates/email