update Schedule full CRUD

This commit is contained in:
2020-10-13 17:31:53 +07:00
parent 03e03c7e13
commit 620dfc75c2
15 changed files with 908 additions and 19 deletions

View File

@@ -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}