fix một số bug nhỏ
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user