Skip to content

Using host groups view in Dashboard cuts off group names #898

@log1-c

Description

@log1-c

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.

  1. add icingadb/hostgroups to a dashboard

Expected behavior

Group names are shown completely.

Screenshots

image
image

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

Metadata

Metadata

Assignees

Labels

area/uiAffects the user interfaceupvotes-neededWe cannot envision a place on our roadmap yet. You could help us with that! The more the merrier...

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions