add action column to accesses
This commit is contained in:
parent
0a80a3fe26
commit
e4febd6cb3
@ -31,7 +31,8 @@ $this->params['breadcrumbs'][] = $this->title;
|
|||||||
'password',
|
'password',
|
||||||
'link',
|
'link',
|
||||||
'project',
|
'project',
|
||||||
'info'
|
'info',
|
||||||
|
['class' => 'yii\grid\ActionColumn']
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user