mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Stay on the same column when switching between services of the same host
This commit is contained in:
parent
8a7ac587d9
commit
f24e5eaa8a
@ -3,5 +3,5 @@
|
|||||||
<h1>All services configured on this host</h1>
|
<h1>All services configured on this host</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<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>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user