fix một số bug nhỏ
This commit is contained in:
@@ -65,7 +65,14 @@
|
||||
'attribute' => 'modified_at',
|
||||
'value' => \app\helpers\CommonGrid::modifiedAt()
|
||||
]
|
||||
]
|
||||
],
|
||||
'pager' => [
|
||||
'firstPageLabel' => "<i class='fa fa-backward'></i>",
|
||||
'lastPageLabel' => "<i class='fa fa-forward'></i>",
|
||||
'nextPageLabel' => "<i class='fa fa-chevron-right'></i>",
|
||||
'prevPageLabel' => "<i class='fa fa-chevron-left'></i>",
|
||||
'maxButtonCount' => 5
|
||||
]
|
||||
])}
|
||||
{/Pjax}
|
||||
</div>
|
||||
|
||||
@@ -46,6 +46,13 @@
|
||||
'contentOptions' => \app\helpers\StaffGrid::doorsHeader(),
|
||||
'value' => \app\helpers\StaffGrid::doors($doorsArray)
|
||||
]
|
||||
]
|
||||
],
|
||||
'pager' => [
|
||||
'firstPageLabel' => "<i class='fa fa-backward'></i>",
|
||||
'lastPageLabel' => "<i class='fa fa-forward'></i>",
|
||||
'nextPageLabel' => "<i class='fa fa-chevron-right'></i>",
|
||||
'prevPageLabel' => "<i class='fa fa-chevron-left'></i>",
|
||||
'maxButtonCount' => 5
|
||||
]
|
||||
])}
|
||||
{/Pjax}
|
||||
@@ -58,7 +58,14 @@
|
||||
'attribute' => 'card_register_time',
|
||||
'value' => \app\helpers\StaffGrid::cardRegisterTime()
|
||||
]
|
||||
]
|
||||
],
|
||||
'pager' => [
|
||||
'firstPageLabel' => "<i class='fa fa-backward'></i>",
|
||||
'lastPageLabel' => "<i class='fa fa-forward'></i>",
|
||||
'nextPageLabel' => "<i class='fa fa-chevron-right'></i>",
|
||||
'prevPageLabel' => "<i class='fa fa-chevron-left'></i>",
|
||||
'maxButtonCount' => 5
|
||||
]
|
||||
])}
|
||||
{/Pjax}
|
||||
</div>
|
||||
|
||||
@@ -71,7 +71,14 @@
|
||||
'attribute' => 'modified_at',
|
||||
'value' => \app\helpers\CommonGrid::modifiedAt()
|
||||
]
|
||||
]
|
||||
],
|
||||
'pager' => [
|
||||
'firstPageLabel' => "<i class='fa fa-backward'></i>",
|
||||
'lastPageLabel' => "<i class='fa fa-forward'></i>",
|
||||
'nextPageLabel' => "<i class='fa fa-chevron-right'></i>",
|
||||
'prevPageLabel' => "<i class='fa fa-chevron-left'></i>",
|
||||
'maxButtonCount' => 5
|
||||
]
|
||||
])}
|
||||
{/Pjax}
|
||||
</div>
|
||||
|
||||
@@ -104,7 +104,14 @@
|
||||
'headerOptions' => ['style' => 'width:10%'],
|
||||
'value' => \app\helpers\DeviceGrid::openDoor()
|
||||
]
|
||||
]
|
||||
],
|
||||
'pager' => [
|
||||
'firstPageLabel' => "<i class='fa fa-backward'></i>",
|
||||
'lastPageLabel' => "<i class='fa fa-forward'></i>",
|
||||
'nextPageLabel' => "<i class='fa fa-chevron-right'></i>",
|
||||
'prevPageLabel' => "<i class='fa fa-chevron-left'></i>",
|
||||
'maxButtonCount' => 5
|
||||
]
|
||||
])}
|
||||
{/Pjax}
|
||||
</div>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
</div>
|
||||
<div class="row" style="padding: 0 10px;">
|
||||
<div class="col-md-6">
|
||||
<input type='checkbox' value='0' class='checkbox-use-subnetmask' checked="">
|
||||
<input type='checkbox' value='0' class='checkbox-use-subnetmask' name="checkbox-use-subnetmask" checked="">
|
||||
Sử dụng Subnet Mask
|
||||
<input type='text' value="255.255.255.255" name='SubnetMask'>
|
||||
</div>
|
||||
|
||||
@@ -108,7 +108,14 @@
|
||||
'filter' => $eventTypeArray,
|
||||
'value' => \app\helpers\LogsGrid::eventType($eventTypeArray)
|
||||
]
|
||||
]
|
||||
],
|
||||
'pager' => [
|
||||
'firstPageLabel' => "<i class='fa fa-backward'></i>",
|
||||
'lastPageLabel' => "<i class='fa fa-forward'></i>",
|
||||
'nextPageLabel' => "<i class='fa fa-chevron-right'></i>",
|
||||
'prevPageLabel' => "<i class='fa fa-chevron-left'></i>",
|
||||
'maxButtonCount' => 5
|
||||
]
|
||||
])}
|
||||
{/Pjax}
|
||||
</div>
|
||||
|
||||
@@ -72,7 +72,14 @@
|
||||
'contentOptions' => ['class' => 'text-center'],
|
||||
'value' => \app\helpers\StaffGrid::manDay($staffLogs)
|
||||
]
|
||||
]
|
||||
],
|
||||
'pager' => [
|
||||
'firstPageLabel' => "<i class='fa fa-backward'></i>",
|
||||
'lastPageLabel' => "<i class='fa fa-forward'></i>",
|
||||
'nextPageLabel' => "<i class='fa fa-chevron-right'></i>",
|
||||
'prevPageLabel' => "<i class='fa fa-chevron-left'></i>",
|
||||
'maxButtonCount' => 5
|
||||
]
|
||||
])}
|
||||
{/Pjax}
|
||||
</div>
|
||||
|
||||
@@ -50,7 +50,14 @@
|
||||
'attribute' => 'modified_at',
|
||||
'value' => \app\helpers\CommonGrid::modifiedAt()
|
||||
]
|
||||
]
|
||||
],
|
||||
'pager' => [
|
||||
'firstPageLabel' => "<i class='fa fa-backward'></i>",
|
||||
'lastPageLabel' => "<i class='fa fa-forward'></i>",
|
||||
'nextPageLabel' => "<i class='fa fa-chevron-right'></i>",
|
||||
'prevPageLabel' => "<i class='fa fa-chevron-left'></i>",
|
||||
'maxButtonCount' => 5
|
||||
]
|
||||
])}
|
||||
{/Pjax}
|
||||
</div>
|
||||
|
||||
@@ -77,7 +77,14 @@
|
||||
'value' => \app\helpers\StaffGrid::dateIn()
|
||||
],
|
||||
'address'
|
||||
]
|
||||
],
|
||||
'pager' => [
|
||||
'firstPageLabel' => "<i class='fa fa-backward'></i>",
|
||||
'lastPageLabel' => "<i class='fa fa-forward'></i>",
|
||||
'nextPageLabel' => "<i class='fa fa-chevron-right'></i>",
|
||||
'prevPageLabel' => "<i class='fa fa-chevron-left'></i>",
|
||||
'maxButtonCount' => 5
|
||||
]
|
||||
])}
|
||||
{/Pjax}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user