mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1900] Agent Table too small #1182
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1182
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @felixtech-msp on GitHub (Jun 22, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1900
The table with the agents has a max-height set, which makes it small and almost unusable.

The red area is always blank due to this bug.
Here the cause is marked:

If this max-height is removed, it works as expected.
@wh1te909 commented on GitHub (Jun 23, 2024):
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 on GitHub (Jun 23, 2024):
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.