Skip to content

Commit

Permalink
Added menuManger menu to view
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Nov 18, 2016
1 parent 91c316b commit 451ed56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/domain/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

use hipanel\modules\dns\widgets\DnsZoneEditWidget;
use hipanel\modules\domain\grid\DomainGridView;
use hipanel\modules\domain\models\Domain;
use hipanel\modules\domain\menus\DomainActionsMenu;
use hipanel\widgets\DetailMenu;
use hipanel\modules\domain\widgets\AuthCode;
use hipanel\modules\domain\widgets\NsWidget;
use hipanel\widgets\AjaxModal;
Expand Down Expand Up @@ -70,6 +71,7 @@
</p>

<div class="profile-usermenu">
<?= DomainActionsMenu::create(['model' => $model])->render(DetailMenu::class) ?>
<ul class="nav">
<li>
<?php $url = 'http://' . $model->domain . '/' ?>
Expand Down

0 comments on commit 451ed56

Please sign in to comment.