title = 'Устройства'; $this->params['breadcrumbs'][] = $this->title; $this->params['in-card'] = false; ?>
'btn btn-default btn-flat']) ?>
$dataProvider, 'filterModel' => $searchModel, 'columns' => [ 'id', 'name', [ 'attribute' => 'type', 'filter' => Board::getTypesArray(), 'value' => function (Board $model) { return $model->getTypeLabel(); } ], [ 'filter' => [ 0 => 'Нет', 1 => 'Да', ], 'format' => 'boolean', 'attribute' => 'remote_connection', ], ['class' => 'app\components\ActionButtonColumn'], ], ]); ?>