update gui get image
This commit is contained in:
22
views/capture-logs/index.tpl
Normal file
22
views/capture-logs/index.tpl
Normal file
@@ -0,0 +1,22 @@
|
||||
{extends file=$smarty.current_dir|cat:'/../extends.tpl'}
|
||||
{use class="yii\helpers\Url"}
|
||||
{use class="yii\grid\GridView"}
|
||||
{block name='content'}
|
||||
|
||||
{GridView::widget([
|
||||
'dataProvider' => $dataProvider,
|
||||
'filterModel' => $searchModel,
|
||||
'layout'=> \app\helpers\CaptureLogsGrid::getLayout(),
|
||||
'tableOptions' => [
|
||||
'class' => 'table table-striped table-bordered',
|
||||
'style' => 'background:#fff;min-width:700px;'
|
||||
],
|
||||
'columns' => [
|
||||
['class' => 'yii\grid\SerialColumn'],
|
||||
'Time',
|
||||
'Image',
|
||||
'Status',
|
||||
'Remark'
|
||||
]
|
||||
])}
|
||||
{/block}
|
||||
Reference in New Issue
Block a user