Commit a7a609348c90fe9e9e9f6d65b1a87f95abd5a9ae
1 parent
a097b6f9
-Building optimized query
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
backend/views/layouts/menu_items.php
@@ -79,6 +79,11 @@ | @@ -79,6 +79,11 @@ | ||
79 | 'url' => [ 'product/index' ], | 79 | 'url' => [ 'product/index' ], |
80 | 'icon' => 'gift', | 80 | 'icon' => 'gift', |
81 | ], | 81 | ], |
82 | + [ | ||
83 | + 'label' => \Yii::t('catalog', 'Import'), | ||
84 | + 'url' => [ 'import/index' ], | ||
85 | + 'icon' => 'download', | ||
86 | + ], | ||
82 | ], | 87 | ], |
83 | ], | 88 | ], |
84 | [ | 89 | [ |