mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
8e4ebb79d7
commit
388f743290
@ -19,6 +19,7 @@ This version hasn't been released yet
|
|||||||
* FEATURE: Show more details for assign filter parsing errors (#2667)
|
* FEATURE: Show more details for assign filter parsing errors (#2667)
|
||||||
* FIX: do not fail for (some) Service Dependencies (#2669, #1142)
|
* FIX: do not fail for (some) Service Dependencies (#2669, #1142)
|
||||||
* FIX: Service Sets can now be searched by Service name in branches too (#2738)
|
* FIX: Service Sets can now be searched by Service name in branches too (#2738)
|
||||||
|
* FIX: Template usage table had no header (#2780)
|
||||||
|
|
||||||
### Icinga Configuration
|
### Icinga Configuration
|
||||||
* FEATURE: render fallback template for IfW 1.11 for Icinga < 2.14 (#2776)
|
* FEATURE: render fallback template for IfW 1.11 for Icinga < 2.14 (#2776)
|
||||||
|
@ -98,6 +98,7 @@ class TemplateUsageTable extends Table
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($used) {
|
if ($used) {
|
||||||
|
$this->getHeader()->add(Table::row($this->getColumnsToBeRendered(), null, 'th'));
|
||||||
$this->add($rows);
|
$this->add($rows);
|
||||||
} else {
|
} else {
|
||||||
$this->add($this->translate('This template is not in use'));
|
$this->add($this->translate('This template is not in use'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user