mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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>
|
||||
</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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user