From a7a609348c90fe9e9e9f6d65b1a87f95abd5a9ae Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 26 Apr 2017 18:48:19 +0300 Subject: [PATCH] -Building optimized query --- backend/views/layouts/menu_items.php | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/backend/views/layouts/menu_items.php b/backend/views/layouts/menu_items.php index 569a8a6..22e8677 100644 --- a/backend/views/layouts/menu_items.php +++ b/backend/views/layouts/menu_items.php @@ -79,6 +79,11 @@ 'url' => [ 'product/index' ], 'icon' => 'gift', ], + [ + 'label' => \Yii::t('catalog', 'Import'), + 'url' => [ 'import/index' ], + 'icon' => 'download', + ], ], ], [ -- libgit2 0.21.4