amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
2.92k stars 422 forks source link

Agent Table too small #1900

Open felixtech-msp opened 1 week ago

felixtech-msp commented 1 week ago

The table with the agents has a max-height set, which makes it small and almost unusable. grafik The red area is always blank due to this bug.

Here the cause is marked: grafik

If this max-height is removed, it works as expected.

wh1te909 commented 1 week ago

the max-height is dynamically calculated based on screen size. if you drag that little blue circle above the "Assets" tab does the table fix itself? I've noticed this too sometimes seems to be a race condition because it doesn't always happen.

felixtech-msp commented 1 week ago

I have been using TRMM for 13 months now and was able to reliably reproduce this issue almost every time I logged in, no matter from which browser or screen resolution or computer in different locations. Dragging the blue thing does sometimes fix it and sometimes not. When this max-height is removed completely, then it will automatically fill the space properly. Has worked every time. So I guess this would be safe to remove without having consequences.