Commit f9f3ff8c authored by Shakarim Sapa's avatar Shakarim Sapa

- Ширина поля "Шаблон" выставлена в 200 пикселей

parent 5ec3ebeb
......@@ -19,7 +19,13 @@ use yii\grid\GridView;
'id',
'name',
'template:html',
[
'attribute' => 'template',
'format' => 'html',
'options' => [
'style' => 'width: 200px;'
]
],
'created_at:datetime',
[
'class' => 'yii\grid\ActionColumn',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment