Update menu
This commit is contained in:
@@ -4,6 +4,7 @@ return array(
|
||||
'enable' => true ,
|
||||
|
||||
"name" => "Thống kê",
|
||||
"icon_class" => 'iconify lucide--pie-chart tw-tsa',
|
||||
"url" => "",
|
||||
"menu" => array(
|
||||
array(
|
||||
@@ -12,6 +13,7 @@ return array(
|
||||
'view' => 'visitor',
|
||||
'id' => 'report/visitor',
|
||||
'name' => 'Thống kê truy cập',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/report/visitor',
|
||||
),
|
||||
|
||||
@@ -21,6 +23,7 @@ return array(
|
||||
'view' => 'customer',
|
||||
'id' => 'report/customer',
|
||||
'name' => 'Thống kê khách hàng',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/report/customer',
|
||||
),
|
||||
|
||||
@@ -30,6 +33,7 @@ return array(
|
||||
'view' => 'order',
|
||||
'id' => 'report/order',
|
||||
'name' => 'Thống kê đơn hàng',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/report/order',
|
||||
),
|
||||
|
||||
@@ -39,6 +43,7 @@ return array(
|
||||
'view' => 'product-buy',
|
||||
'id' => 'report/product-buy',
|
||||
'name' => 'Sản phẩm mua nhiều',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/report/product-buy',
|
||||
),
|
||||
|
||||
@@ -48,6 +53,7 @@ return array(
|
||||
'view' => 'product-visit',
|
||||
'id' => 'report/product-visit',
|
||||
'name' => 'Sản phẩm xem nhiều',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/report/product-visit',
|
||||
),
|
||||
|
||||
@@ -57,6 +63,7 @@ return array(
|
||||
'view' => 'referer',
|
||||
'id' => 'report/referer',
|
||||
'name' => 'Web giới thiệu',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/report/referer',
|
||||
),
|
||||
|
||||
@@ -66,6 +73,7 @@ return array(
|
||||
'view' => 'search',
|
||||
'id' => 'report/search',
|
||||
'name' => 'Từ khóa tìm kiếm',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/report/search',
|
||||
),
|
||||
|
||||
@@ -75,6 +83,7 @@ return array(
|
||||
'view' => 'error-page',
|
||||
'id' => '',
|
||||
'name' => 'Lỗi website',
|
||||
"icon_class" => '',
|
||||
'url' => '/admin/report/error-page',
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user