Fixes the system settings icon

This commit is contained in:
Sam Georges 2014-10-24 17:38:24 +11:00
parent 4ac6469200
commit a8daa5b4a7
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@
use BackendMenu;
use Backend\Classes\Controller;
use Backend\Widgets\ReportContainer;
use Backend\Traits\InspectableContainer;
/**
* Dashboard controller
@ -14,7 +13,7 @@ use Backend\Traits\InspectableContainer;
*/
class Index extends Controller
{
use InspectableContainer;
use \Backend\Traits\InspectableContainer;
public $requiredPermissions = ['backend.access_dashboard'];

View File

@ -179,7 +179,7 @@ class ServiceProvider extends ModuleServiceProvider
$manager->registerMenuItems('October.System', [
'system' => [
'label' => 'system::lang.settings.menu_label',
'icon' => 'icon-tune',
'icon' => 'icon-cog',
'url' => Backend::url('system/settings'),
'permissions' => ['backend.manage_users', 'system.*'],
'order' => 1000