update socket

This commit is contained in:
2020-02-10 10:23:13 +07:00
parent 6bee84075c
commit adadd350ba
15 changed files with 867 additions and 34 deletions

View File

@@ -33,6 +33,7 @@
[
'options' => ['class' => 'sidebar-menu tree', 'data-widget' => 'tree'],
'items' => [
['label' => 'Bảng điều khiển', 'url' => ['/dashboard'], 'icon' => 'dashboard'],
['label' => 'Thống kê', 'url' => ['/logs'], 'icon' => 'bar-chart'],
['label' => 'Danh sách xe', 'url' => ['/vehicle'], 'icon' => 'truck'],
['label' => 'Người dùng', 'url' => ['/user'], 'icon' => 'users', 'visible' => Yii::$app->user->can("administrator")],