update Schedule full CRUD
This commit is contained in:
@@ -56,6 +56,9 @@
|
||||
'name',
|
||||
'serial',
|
||||
'ip_address',
|
||||
'subnet_mask',
|
||||
'gateway',
|
||||
'mac_address',
|
||||
[
|
||||
'attribute' => 'status',
|
||||
'format' => 'raw',
|
||||
@@ -63,13 +66,7 @@
|
||||
'contentOptions' => ['class' => 'text-center'],
|
||||
'value' => \app\helpers\DeviceGrid::status($statusArray)
|
||||
],
|
||||
[
|
||||
'attribute' => 'type',
|
||||
'format' => 'raw',
|
||||
'filter' => $typeArray,
|
||||
'contentOptions' => ['class' => 'text-center'],
|
||||
'value' => \app\helpers\DeviceGrid::type($typeArray)
|
||||
],
|
||||
'type',
|
||||
[
|
||||
'attribute' => 'area_id',
|
||||
'format' => 'raw',
|
||||
@@ -77,14 +74,7 @@
|
||||
'contentOptions' => ['class' => 'text-center'],
|
||||
'value' => \app\helpers\DeviceGrid::area($areaArray)
|
||||
],
|
||||
[
|
||||
'attribute' => 'created_at',
|
||||
'value' => \app\helpers\CommonGrid::createdAt()
|
||||
],
|
||||
[
|
||||
'attribute' => 'modified_at',
|
||||
'value' => \app\helpers\CommonGrid::modifiedAt()
|
||||
]
|
||||
'version'
|
||||
]
|
||||
])}
|
||||
{/Pjax}
|
||||
|
||||
Reference in New Issue
Block a user