Host detail view should also point to _next
This commit is contained in:
parent
77e88b24dd
commit
5dd06d8132
|
@ -2,7 +2,7 @@
|
|||
<?= $this->render('show/components/header.phtml') ?>
|
||||
<h1>This host's current state</h1>
|
||||
</div>
|
||||
<div class="content" data-base-target="col1">
|
||||
<div class="content" data-base-target="_next">
|
||||
<?= $this->render('show/components/output.phtml') ?>
|
||||
|
||||
<table class="avp">
|
||||
|
|
Loading…
Reference in New Issue