Increase maximum number of entries in host detection page #30
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
luca0N/lanbassador#30
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?
At this time, the
host-listpage will only display up to five detected hosts, where older hosts are removed from the list on newer detections. Thus, the page will always only display up to five recent detections.This is particularly problematic on networks with plenty of devices, where the list will update frequently. Since the current behavior of the list is to only add new devices (previous detections are dismissed), the list will eventually stall.
It is important to note that the
host-listpage should not exceed the height that of the user agent's window (except for very small windows). Otherwise, the page may eventually become too large, pushing the footer to the bottom and making it difficult to access it. Instead, the actual host list should have its own scroll bar.