title = 'События'; $this->params['breadcrumbs'][] = $this->title; $this->params['in-card'] = false; ?>
'btn btn-default btn-flat']) ?>
$dataProvider, 'filterModel' => $searchModel, 'columns' => [ [ 'attribute' => 'id', 'contentOptions' => ['style' => 'width: 5%'] ], 'name', [ 'attribute' => 'active', 'format' => 'boolean', 'filter' => [ 0 => 'Нет', 1 => 'Да', ], ], 'description:ntext', 'last_triggered_at:datetime', ['class' => 'app\components\ActionButtonColumn'], ], ]); ?>