mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
453e0af987
commit
cc403806f7
@ -328,9 +328,13 @@ EOT;
|
||||
$tab = $this->get($this->getActiveName());
|
||||
|
||||
if ($tab !== null) {
|
||||
$caption = $this->view()->escape(
|
||||
$label = $this->view()->escape(
|
||||
$tab->getLabel()
|
||||
);
|
||||
}
|
||||
|
||||
if (! empty($label)) {
|
||||
$caption = $label;
|
||||
} else {
|
||||
$caption = t('Content');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user