-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
area/uiAffects the user interfaceAffects the user interfaceupvotes-neededWe cannot envision a place on our roadmap yet. You could help us with that! The more the merrier...We cannot envision a place on our roadmap yet. You could help us with that! The more the merrier...
Description
Describe the bug
After the update to v1.1.0 our dashboard with a host groups view ins't showing the names of the host groups anymore. They are being cut off.
This happens when adding the view to the default "Current Incidents" dashboard as well as to our own "custom global dashoard" deployed via a module
<?php
$dashboard = $this->dashboard('OPS', ['priority' => 0]);
$dashboard->add(
'Taktische Übersicht MSD only',
'icingadb/tactical?host.name_ci~msd%2A'
);
$dashboard->add(
'Übersicht Hostgruppen',
'icingadb/hostgroups'
);
?>To Reproduce
Provide a link to a live example, or an unambiguous set of steps to reproduce this issue. Include configuration, logs, etc. to reproduce, if relevant.
- add
icingadb/hostgroupsto a dashboard
Expected behavior
Group names are shown completely.
Screenshots
Your Environment
Include as many relevant details about the environment you experienced the problem in.
- Icinga DB Web version (System - About): 1.1.0
- Icinga Web 2 version (System - About): 2.12.
- Web browser: Vivaldi / Chrome
- Icinga 2 version (
icinga2 --version): 2.14. - Icinga DB version (
icingadb --version): 1.1.1 - PHP version used (
php --version): 7.2.24 - Server operating system and version: RHEL8.8
rmeichsner and Mordecaine
Metadata
Metadata
Assignees
Labels
area/uiAffects the user interfaceAffects the user interfaceupvotes-neededWe cannot envision a place on our roadmap yet. You could help us with that! The more the merrier...We cannot envision a place on our roadmap yet. You could help us with that! The more the merrier...

