mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Allow a monitor to be dragged on top of the hierarchy #4757
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#4757
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 @tayflo on GitHub (Feb 27, 2026).
📑 I have found these related issues/pull requests
This has been already suggested here: https://github.com/louislam/uptime-kuma/pull/6256#issuecomment-3492680303 by @cyril59310 in the discussion of the PR of @TheBestPartOfMe to implement https://github.com/louislam/uptime-kuma/issues/6196.
🔖 Feature description
On the dashboard page, one can drag-and-drop a monitor (or group of monitors) into a group. But once the monitor is in a group, it cannot be dragged out on the top of the hierarchy (one needs to go to the monitor, edit, monitor group, select, save).
✔️ Solution
When dragging a monitor either...
Then, dragged the monitor should be unlinked from the group it was, and be considered outside of any group
I would suggest a big green bar when hovering in a position that would result in un-parenting the element (same color as the dotted line surrounding a group when hovering the dragged element to drop).
Also, note that since elements are automatically sorted alphabetically (if i'm not mistaken; related: #1308) and that no arbitrary user-defined order is possible, the user may be a little confused when trying to drag-and-drop this way to arbitrary position.
Another side note: @cyril59310 noted that they would like only the name to be displayed upon dragging, and no URL. But I'm not experiencing any label on my side (Firefox).
❓ Alternatives
N/A
📝 Additional Context
UI example from Firefox:
UI I'm experiencing right now (Uptime Kuma v2.1.3):