mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #139] [MERGED] Fix sort by date on Agent table #1538
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#1538
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/139
Author: @sadnub
Created: 10/15/2020
Status: ✅ Merged
Merged: 10/16/2020
Merged by: @wh1te909
Base:
develop← Head:develop📝 Commits (2)
d960040Fix sort by date on Agent table7554f80bump ver📊 Changes
7 files changed (+42 additions, -84 deletions)
View changed files
📝
api/tacticalrmm/agents/serializers.py(+1 -1)📝
api/tacticalrmm/logs/serializers.py(+1 -1)📝
api/tacticalrmm/tacticalrmm/settings.py(+1 -1)📝
web/src/components/AgentTable.vue(+10 -44)📝
web/src/components/AuditManager.vue(+12 -17)📝
web/src/mixins/mixins.js(+14 -0)📝
web/src/views/Dashboard.vue(+3 -20)📄 Description
Fixes the alphabetical sorting for the date fields on Agent Table
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.