diff --git a/src/views/ticket/index.php b/src/views/ticket/index.php index af10c89..4377549 100644 --- a/src/views/ticket/index.php +++ b/src/views/ticket/index.php @@ -1,13 +1,7 @@ title = Yii::t('app', 'Tickets'); $this->params['breadcrumbs'][] = $this->title; @@ -66,11 +60,9 @@ beginBulkForm() ?> 'ticket-grid', 'dataProvider' => $dataProvider, 'filterModel' => $model, - 'id' => 'ticket-grid', - 'striped' => false, - 'hover' => false, 'rowOptions' => function ($model, $key, $index, $grid) { return ['class' => ($model['priority'] === 'high') ? 'bg-danger' : '']; },