menu
This commit is contained in:
parent
40ee675366
commit
492bc8e1f5
@ -45,11 +45,11 @@
|
||||
// ]
|
||||
// ],
|
||||
// ['label' => 'Simple Link', 'icon' => 'th', 'badge' => '<span class="right badge badge-danger">New</span>'],
|
||||
['label' => 'Чеки', 'icon' => 'th', 'url' => ['check/check']],
|
||||
['label' => 'Компании', 'icon' => 'th', 'url' => ['company/company']],
|
||||
['label' => 'Отделения', 'icon' => 'th', 'url' => ['addresses/addresses']],
|
||||
['label' => 'Товары', 'icon' => 'th', 'url' => ['product/product']],
|
||||
['label' => 'Категории товаров', 'icon' => 'th', 'url' => ['product_category/product-category']],
|
||||
['label' => 'Чеки', 'icon' => 'th', 'url' => ['/check/check']],
|
||||
['label' => 'Компании', 'icon' => 'th', 'url' => ['/company/company']],
|
||||
['label' => 'Отделения', 'icon' => 'th', 'url' => ['/addresses/addresses']],
|
||||
['label' => 'Товары', 'icon' => 'th', 'url' => ['/product/product']],
|
||||
['label' => 'Категории товаров', 'icon' => 'th', 'url' => ['/product_category/product-category']],
|
||||
// ['label' => 'Yii2 PROVIDED', 'header' => true],
|
||||
// ['label' => 'Login', 'url' => ['site/login'], 'icon' => 'sign-in-alt', 'visible' => Yii::$app->user->isGuest],
|
||||
// ['label' => 'Gii', 'icon' => 'file-code', 'url' => ['/gii'], 'target' => '_blank'],
|
||||
|
Loading…
Reference in New Issue
Block a user