title = 'Триггеры'; $this->params['breadcrumbs'][] = $this->title; $this->params['in-card'] = false; ?>
'btn btn-default btn-flat']) ?> Yii::$app->user->identity->api_key ], [ 'class' => 'btn btn-default btn-flat ajax-call', ]) ?>
$dataProvider, 'filterModel' => $searchModel, 'columns' => [ 'id', 'name', [ 'filter' => Trigger::getTypes(), 'attribute' => 'type', 'value' => function (Trigger $model) { return $model->getTypeLabel(); }, ], [ 'attribute' => 'active', 'format' => 'boolean', 'filter' => [ 0 => 'Нет', 1 => 'Да', ], ], // 'trig_date', // 'trig_time', // 'trig_time_wdays', // 'trig_item_id', // 'trig_item_value', ['class' => 'app\components\ActionButtonColumn'], ], ]); ?>