title = Yii::t('yii2mod.rbac', 'Rules'); $this->params['breadcrumbs'][] = $this->title; $this->render('/layouts/_sidebar'); ?>

title); ?>

'btn btn-success']); ?>

5000]); ?> $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], [ 'attribute' => 'name', 'label' => Yii::t('yii2mod.rbac', 'Name'), ], [ 'header' => Yii::t('yii2mod.rbac', 'Action'), 'class' => 'yii\grid\ActionColumn', ], ], ]); ?>