Skip to content

Commit

Permalink
Added to sidebar menu link to whois lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Sep 28, 2016
1 parent ef62597 commit 2ad0867
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/menus/SidebarMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function items()
return [
'domains' => [
'label' => Yii::t('hipanel', 'Domains'),
'url' => ['/domains/default/index'],
'url' => ['/domains/domain/index'],
'icon' => 'fa-globe',
'items' => [
'domains' => [
Expand All @@ -41,12 +41,12 @@ public function items()
],
'transfer' => [
'label' => Yii::t('hipanel/domain', 'Transfer domain'),
'url' => ['/domain/domain/transfer'],
'url' => ['/domainchecker/transfer/index'],
],
'whois' => [
'label' => Yii::t('hipanel/domainchecker', 'Whois lookup'),
'url' => ['/domainchecker/whois/index'],
],
// 'seo' => [
// 'label' => Yii::t('hipanel/domain', 'SEO'),
// 'url' => ['/domain/domain/index'],
// ],
],
],
];
Expand Down

0 comments on commit 2ad0867

Please sign in to comment.