Icinga / icingadb-web

Icinga DB Web – UI for Icinga DB – Provides a graphical interface to your Icinga monitoring
GNU General Public License v2.0
67 stars 21 forks source link

Search overview display #125

Closed arcadesolutions closed 3 years ago

arcadesolutions commented 4 years ago

Describe the bug

The "Search"overview seems to handle the first host and service incorrectly

To Reproduce

Just search for a host/service

Expected behavior

Should be on the same entry as the rest

Screenshots

image

Your Environment

Include as many relevant details about the environment you experienced the problem in.

Al2Klimov commented 4 years ago

Hello @arcadesolutions and thank you for reporting!

Please tell you browser tab size in pixels.

Best, AK

nilmerg commented 4 years ago

@Al2Klimov We don't need any feedback here. And never do we need any info on the amount of pixels to investigate such an issue. That's due to how we handle reduced layout requests in dashlets and should be fixed in master while also using Icinga Web 2 2.8+.

claudiospizzi commented 3 years ago

Same issue here, but found a workaround by adding the following css style:

.icinga-module > .controls { overflow: auto; }
.icinga-module > .controls::-webkit-scrollbar { display: none; }