49 lines
2.3 KiB
PHP
49 lines
2.3 KiB
PHP
|
<aside class="main-sidebar">
|
||
|
<section class="sidebar">
|
||
|
|
||
|
<?= dmstr\widgets\Menu::widget(
|
||
|
[
|
||
|
'options' => ['class' => 'sidebar-menu tree', 'data-widget' => 'tree'],
|
||
|
'items' => [
|
||
|
['label' => 'Статусы', 'icon' => 'anchor', 'url' => ['/status/status']],
|
||
|
['label' => 'Доп. поля', 'icon' => 'file-text-o', 'url' => ['/fields/additional-fields']],
|
||
|
['label' => 'Профили', 'icon' => 'users', 'url' => ['/card/user-card']],
|
||
|
['label' => 'Пректы', 'icon' => 'files-o', 'url' => ['/project/project']],
|
||
|
|
||
|
/*['label' => 'Gii', 'icon' => 'file-code-o', 'url' => ['/gii']],
|
||
|
['label' => 'Debug', 'icon' => 'dashboard', 'url' => ['/debug']],
|
||
|
['label' => 'Login', 'url' => ['site/login'], 'visible' => Yii::$app->user->isGuest],
|
||
|
[
|
||
|
'label' => 'Some tools',
|
||
|
'icon' => 'share',
|
||
|
'url' => '#',
|
||
|
'items' => [
|
||
|
['label' => 'Gii', 'icon' => 'file-code-o', 'url' => ['/gii'],],
|
||
|
['label' => 'Debug', 'icon' => 'dashboard', 'url' => ['/debug'],],
|
||
|
[
|
||
|
'label' => 'Level One',
|
||
|
'icon' => 'circle-o',
|
||
|
'url' => '#',
|
||
|
'items' => [
|
||
|
['label' => 'Level Two', 'icon' => 'circle-o', 'url' => '#',],
|
||
|
[
|
||
|
'label' => 'Level Two',
|
||
|
'icon' => 'circle-o',
|
||
|
'url' => '#',
|
||
|
'items' => [
|
||
|
['label' => 'Level Three', 'icon' => 'circle-o', 'url' => '#',],
|
||
|
['label' => 'Level Three', 'icon' => 'circle-o', 'url' => '#',],
|
||
|
],
|
||
|
],
|
||
|
],
|
||
|
],
|
||
|
],
|
||
|
],*/
|
||
|
],
|
||
|
]
|
||
|
) ?>
|
||
|
|
||
|
</section>
|
||
|
|
||
|
</aside>
|