* @since 100.0.2 */ class History extends \Magento\Backend\Block\Widget\Grid\Container { /** * Class constructor * * @return void */ protected function _construct() { parent::_construct(); $this->removeButton('add'); } }