tabs()->remove('index'); return $res; } public function applyrulesAction() { $this->content()->add(Html::tag( 'p', ['class' => 'warning'], $this->translate('This feature is still experimental') )); parent::applyrulesAction(); } }