[PR #47] Fixed sorting order of agentstatus in the dashboard and alert severity in the alert overview #47

Open
opened 2026-03-14 07:46:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm-web/pull/47
Author: @BlauToad
Created: 3/3/2026
Status: 🔄 Open

Base: developHead: develop


📝 Commits (2)

  • 92d7714 fix: sorting order of agentstatus chronological: online -> offline -> overdue
  • 43bcf58 fix: 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:
image
image

New sorting order of alerts in the alerts overview:
image
New sorting order of agents in the dashboard:
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/tacticalrmm-web/pull/47 **Author:** [@BlauToad](https://github.com/BlauToad) **Created:** 3/3/2026 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (2) - [`92d7714`](https://github.com/amidaware/tacticalrmm-web/commit/92d7714e05fa0fbf51062e178202d288fb7b46ff) fix: sorting order of agentstatus chronological: online -> offline -> overdue - [`43bcf58`](https://github.com/amidaware/tacticalrmm-web/commit/43bcf58eaf4449545baec5684ce06dc16d9b3f36) fix: sorting order of alert severity: Error -> Warning -> Info ### 📊 Changes **2 files changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/components/modals/alerts/AlertsOverview.vue` (+8 -0) 📝 `src/views/DashboardView.vue` (+8 -0) </details> ### 📄 Description Before it was sorted wrong: <img width="1884" height="498" alt="image" src="https://github.com/user-attachments/assets/6dc14367-f360-463e-8ee9-df229f261a6c" /> <img width="1568" height="588" alt="image" src="https://github.com/user-attachments/assets/75089958-0f7d-4d8d-a065-646b4374bc0f" /> New sorting order of alerts in the alerts overview: <img width="1907" height="860" alt="image" src="https://github.com/user-attachments/assets/d364968e-7b9f-4481-8065-a7af4189a9b1" /> New sorting order of agents in the dashboard: <img width="1584" height="424" alt="image" src="https://github.com/user-attachments/assets/2e6a5974-3ae1-493d-a6fd-d514425a3226" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm-web#47
No description provided.