title = Yii::t('backend', 'Carousel');
$this->params['breadcrumbs'][] = $this->title;
?>
beginBlock('content-header') ?>
= $this->title . ' ' . Html::a('新幻灯片', ['create'], ['class' => 'btn btn-success']) ?>
endBlock() ?>
    
 $dataProvider,
    'columns' => [
        'id',
        'key',
        'title',
        [
            'class' => 'backend\widgets\grid\SwitcherColumn',
            'attribute' => 'status',
            'reload' => 0
        ],
        [
            'class' => 'common\helpers\DiyActionColumn',
            'template'=>'{update} {delete}'
        ],
    ],
]); ?>