mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +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)
|
||||
* 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: Template usage table had no header (#2780)
|
||||
|
||||
### Icinga Configuration
|
||||
* FEATURE: render fallback template for IfW 1.11 for Icinga < 2.14 (#2776)
|
||||
|
@ -98,6 +98,7 @@ class TemplateUsageTable extends Table
|
||||
}
|
||||
|
||||
if ($used) {
|
||||
$this->getHeader()->add(Table::row($this->getColumnsToBeRendered(), null, 'th'));
|
||||
$this->add($rows);
|
||||
} else {
|
||||
$this->add($this->translate('This template is not in use'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user