mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #141] [MERGED] added agent count indicators on dashboard #1541
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#1541
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/pull/141
Author: @sadnub
Created: 10/22/2020
Status: ✅ Merged
Merged: 10/22/2020
Merged by: @wh1te909
Base:
develop← Head:develop📝 Commits (8)
7518edbalerts8f29f37add agent total and agent offline total indicators1273fabremove some unused code5f292c5added tests88f390cbump app versiondb93887fix bug I introduced while testingf62ec71filter only pending outages to get accurate offline countb668cbfadd counts when refreshing📊 Changes
8 files changed (+188 additions, -6 deletions)
View changed files
📝
api/tacticalrmm/agents/tests.py(+34 -1)📝
api/tacticalrmm/agents/urls.py(+1 -0)📝
api/tacticalrmm/agents/views.py(+22 -2)➕
api/tacticalrmm/alerts/migrations/0003_auto_20201021_1815.py(+25 -0)📝
api/tacticalrmm/alerts/models.py(+17 -2)📝
api/tacticalrmm/tacticalrmm/settings.py(+1 -1)📝
web/src/store/index.js(+3 -0)📝
web/src/views/Dashboard.vue(+85 -0)📄 Description
I used the AgentOutage model to get the offline agents and am just using count(), so getting the totals should be fast.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.