mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
1be8e14772
commit
50037d8ec9
@ -249,7 +249,7 @@ EOT;
|
|||||||
if ($this->has($name)) {
|
if ($this->has($name)) {
|
||||||
unset($this->tabs[$name]);
|
unset($this->tabs[$name]);
|
||||||
if (($dropdownIndex = array_search($name, $this->dropdownTabs, true)) !== false) {
|
if (($dropdownIndex = array_search($name, $this->dropdownTabs, true)) !== false) {
|
||||||
array_splice($this->dropdownTabs, $dropdownIndex, 2);
|
array_splice($this->dropdownTabs, $dropdownIndex, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user