@@ -32,22 +32,22 @@ |
||
32 | 32 | 'menu_item' => 'api', |
33 | 33 | 'api_list' => [ |
34 | 34 | 'delivery' => [ |
35 | - 'title' => __('admin_delivery'), |
|
36 | - 'icon' => 'fas fa-truck' |
|
35 | + 'title' => __('admin_delivery'), |
|
36 | + 'icon' => 'fas fa-truck' |
|
37 | 37 | ], |
38 | 38 | 'images' => [ |
39 | - 'title' => __('admin_images'), |
|
40 | - 'icon' => 'far fa-images' |
|
39 | + 'title' => __('admin_images'), |
|
40 | + 'icon' => 'far fa-images' |
|
41 | 41 | ], |
42 | 42 | 'management' => [ |
43 | - 'title' => __('admin_management'), |
|
44 | - 'icon' => 'fas fa-user-cog' |
|
43 | + 'title' => __('admin_management'), |
|
44 | + 'icon' => 'fas fa-user-cog' |
|
45 | 45 | ], |
46 | 46 | 'access' => [ |
47 | - 'title' => __('admin_access'), |
|
48 | - 'icon' => 'fas fa-user-shield' |
|
47 | + 'title' => __('admin_access'), |
|
48 | + 'icon' => 'fas fa-user-shield' |
|
49 | + ], |
|
49 | 50 | ], |
50 | - ], |
|
51 | 51 | 'links' => [ |
52 | 52 | 'api' => [ |
53 | 53 | 'link' => $this->router->pathFor('admin.api.index'), |