amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.

Home Page:https://docs.tacticalrmm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Remote background process cpu usage sorting not working

P6g9YHK6 opened this issue · comments

commented

Server Info (please complete the following information):

  • OS: Debian 12
  • Browser: FF
  • RMM Version (as shown in top left of web UI): 0.18.2

Installation Method:

  • Standard
  • Standard with --insecure flag at install
  • Docker

Agent Info (please complete the following information):

  • Agent version (as shown in the 'Summary' tab of the agent from web UI):v2.7.0
  • Agent OS: [e.g. Win 10 v2004, Server 2016] Windows server 2022

Describe the bug
CPU is not ordered properly when ordering from biggest to smallest and vice-versa

To Reproduce
Steps to reproduce the behavior:

  1. Go to processes
  2. Click on cpu

Expected behavior
it should sort the cpu usage as expected

Screenshots
image

image

Duplicate of #1445