Which is the  view of the cube at the left side of the admin navigation bar?

Which is the  view of the cube at the left side of the admin navigation bar?

I would like to remove the activity stream button, many thanks!!

  • Hi sugardeveloper11,

    You can override the below file to remove the Activity Stream button.

    modules/Home/clients/base/menus/header/header.php

    array(        'route' => '#activities',
            'label' => 'LBL_ACTIVITIES',
            'icon' => 'fa-clock-o',
        ),

    Remove/Hide the above array to remove the button.


    Thanks,
    Abhishek 
  • Hi, how to remove the help and my dashboards under it?