Stay on the same column when switching between services of the same host

This commit is contained in:
Thomas Gelf 2014-03-21 10:30:12 +00:00
parent 8a7ac587d9
commit f24e5eaa8a

View File

@ -3,5 +3,5 @@
<h1>All services configured on this host</h1>
</div>
<div class="content">
<?= $services ?>
<?= preg_replace('~<table data-base-target="_next"~', '<table data-base-target="_self"', $services) /* TODO: find an elegant solution for this */ ?>
</div>