mirror of
https://github.com/amidaware/tacticalrmm-web.git
synced 2026-04-26 04:25:51 +03:00
[PR #47] Fixed sorting order of agentstatus in the dashboard and alert severity in the alert overview #47
Labels
No labels
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm-web#47
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?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm-web/pull/47
Author: @BlauToad
Created: 3/3/2026
Status: 🔄 Open
Base:
develop← Head:develop📝 Commits (2)
92d7714fix: sorting order of agentstatus chronological: online -> offline -> overdue43bcf58fix: sorting order of alert severity: Error -> Warning -> Info📊 Changes
2 files changed (+16 additions, -0 deletions)
View changed files
📝
src/components/modals/alerts/AlertsOverview.vue(+8 -0)📝
src/views/DashboardView.vue(+8 -0)📄 Description
Before it was sorted wrong:


New sorting order of alerts in the alerts overview:


New sorting order of agents in the dashboard:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.