[GH-ISSUE #426] Add counts to all clients and sites #258

Closed
opened 2026-03-02 02:14:53 +03:00 by kerem · 13 comments
Owner

Originally created by @silversword411 on GitHub (Apr 23, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/426

Originally assigned to: @sadnub on GitHub.

Add a right-justified count for every Client (and site) to show total number of machines.

Originally created by @silversword411 on GitHub (Apr 23, 2021). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/426 Originally assigned to: @sadnub on GitHub. Add a right-justified count for every Client (and site) to show total number of machines.
kerem 2026-03-02 02:14:53 +03:00
  • closed this issue
  • added the
    ui tweak
    label
Author
Owner

@silversword411 commented on GitHub (Jun 7, 2021):

FYI for others: I was used to seeing it in the left tree associated with the name

2021-06-07_163214 - client count

But you can also find it in the bottom-right of the right pane

2021-06-07_163046 - trmm client count

<!-- gh-comment-id:856250861 --> @silversword411 commented on GitHub (Jun 7, 2021): FYI for others: I was used to seeing it in the left tree associated with the name ![2021-06-07_163214 - client count](https://user-images.githubusercontent.com/13395348/121086332-057aba00-c7b1-11eb-8534-b90c20b1c90e.png) But you can also find it in the bottom-right of the right pane ![2021-06-07_163046 - trmm client count](https://user-images.githubusercontent.com/13395348/121086388-13c8d600-c7b1-11eb-9552-ef3211a64258.png)
Author
Owner

@jacksonsystems commented on GitHub (Jan 18, 2022):

This would be handy to have, an automated counter beside each client, as to how many agents are in that client.

ConnectWise Control does it nicely.

<!-- gh-comment-id:1015449084 --> @jacksonsystems commented on GitHub (Jan 18, 2022): This would be handy to have, an automated counter beside each client, as to how many agents are in that client. ConnectWise Control does it nicely.
Author
Owner

@jacksonsystems commented on GitHub (Jan 18, 2022):

Yes but you have to click the lcient name to be able to see the total count in the bottom right, its nice to be able to glance with no clicks needed from the main Dashboard as to how many agents are in a client.

<!-- gh-comment-id:1015449981 --> @jacksonsystems commented on GitHub (Jan 18, 2022): > Yes but you have to click the lcient name to be able to see the total count in the bottom right, its nice to be able to glance with no clicks needed from the main Dashboard as to how many agents are in a client.
Author
Owner

@jacksonsystems commented on GitHub (Jan 18, 2022):

This sort of thing would be ideal for Admin / Billing

image

<!-- gh-comment-id:1015461448 --> @jacksonsystems commented on GitHub (Jan 18, 2022): This sort of thing would be ideal for Admin / Billing ![image](https://user-images.githubusercontent.com/51890084/149955346-0bebf8a4-4b67-42bd-89db-895304bfb7a2.png)
Author
Owner

@silversword411 commented on GitHub (Jan 18, 2022):

Here's some tips on needed stuff:

{{ props.node.children ? props.node.client.agent_count : props.node.site.agent_count }}

That's how you get the agent count. Check line ~120 in web/views/Dashboard.vue for the label placement
Can put it before or after the label

I'd try and right-justify like SC if I get to it.

<!-- gh-comment-id:1015468489 --> @silversword411 commented on GitHub (Jan 18, 2022): Here's some tips on needed stuff: ``` {{ props.node.children ? props.node.client.agent_count : props.node.site.agent_count }} That's how you get the agent count. Check line ~120 in web/views/Dashboard.vue for the label placement Can put it before or after the label ``` I'd try and right-justify like SC if I get to it.
Author
Owner

@jacksonsystems commented on GitHub (Jan 18, 2022):

Here's some tips on needed stuff:

{{ props.node.children ? props.node.client.agent_count : props.node.site.agent_count }}

That's how you get the agent count. Check line ~120 in web/views/Dashboard.vue for the label placement
Can put it before or after the label

I'd try and right-justify like SC if I get to it.

Thanks for all of your hard work... it is very much appreciated.

<!-- gh-comment-id:1015469441 --> @jacksonsystems commented on GitHub (Jan 18, 2022): > Here's some tips on needed stuff: > > ``` > {{ props.node.children ? props.node.client.agent_count : props.node.site.agent_count }} > > That's how you get the agent count. Check line ~120 in web/views/Dashboard.vue for the label placement > Can put it before or after the label > ``` > > I'd try and right-justify like SC if I get to it. Thanks for all of your hard work... it is very much appreciated.
Author
Owner

@bbrendon commented on GitHub (Jan 18, 2022):

I'd vote to close this. Do not want this feature. Screen space is too valuable. You can also get the info right now by mousing over the site/client.

<!-- gh-comment-id:1015603573 --> @bbrendon commented on GitHub (Jan 18, 2022): I'd vote to close this. Do not want this feature. Screen space is too valuable. You can also get the info right now by mousing over the site/client.
Author
Owner

@jacksonsystems commented on GitHub (Jan 18, 2022):

I would say it would be better if we have the option to turn it on in User PRefs. Those that don’t want it enable/disable it.

From: bbrendon @.>
Sent: 18 January 2022 16:47
To: wh1te909/tacticalrmm @.
>
Cc: Chris Jackson @.>; Comment @.>
Subject: Re: [wh1te909/tacticalrmm] Add counts to all clients and sites (#426)

I'd vote to close this. Do not want this feature.


Reply to this email directly, view it on GitHubhttps://github.com/wh1te909/tacticalrmm/issues/426#issuecomment-1015603573, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AML4PJBBXHI4CUMU5FUZVG3UWWKQDANCNFSM43OCFSCA.
Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you commented.Message ID: @.@.>>

<!-- gh-comment-id:1015607276 --> @jacksonsystems commented on GitHub (Jan 18, 2022): I would say it would be better if we have the option to turn it on in User PRefs. Those that don’t want it enable/disable it. From: bbrendon ***@***.***> Sent: 18 January 2022 16:47 To: wh1te909/tacticalrmm ***@***.***> Cc: Chris Jackson ***@***.***>; Comment ***@***.***> Subject: Re: [wh1te909/tacticalrmm] Add counts to all clients and sites (#426) I'd vote to close this. Do not want this feature. — Reply to this email directly, view it on GitHub<https://github.com/wh1te909/tacticalrmm/issues/426#issuecomment-1015603573>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AML4PJBBXHI4CUMU5FUZVG3UWWKQDANCNFSM43OCFSCA>. Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. You are receiving this because you commented.Message ID: ***@***.******@***.***>>
Author
Owner

@jacksonsystems commented on GitHub (Jan 18, 2022):

I'd vote to close this. Do not want this feature. Screen space is too valuable. You can also get the info right now by mousing over the site/client.

Good to know about the mouse over thing I did not know about that and I cant see it refrenced in the Docs.

<!-- gh-comment-id:1015615988 --> @jacksonsystems commented on GitHub (Jan 18, 2022): > I'd vote to close this. Do not want this feature. Screen space is too valuable. You can also get the info right now by mousing over the site/client. Good to know about the mouse over thing I did not know about that and I cant see it refrenced in the Docs.
Author
Owner

@wh1te909 commented on GitHub (Jan 18, 2022):

if we add this then yes it definitely needs to be optional and can turn on/off via user preferences. there is already the mouseover option and you can also get this info by querying the API

<!-- gh-comment-id:1015688321 --> @wh1te909 commented on GitHub (Jan 18, 2022): if we add this then yes it definitely needs to be optional and can turn on/off via user preferences. there is already the mouseover option and you can also get this info by querying the API
Author
Owner

@jacksonsystems commented on GitHub (Jan 18, 2022):

if we add this then yes it definitely needs to be optional and can turn on/off via user preferences. there is already the mouseover option and you can also get this info by querying the API

OK where in the docs is the mousover thing because I did not know it even existed? I cant see it in the docs anywhere.

Yes Querying API would also work, but tend to use this info on the fly and not neesescarily through anything automated.

<!-- gh-comment-id:1015693475 --> @jacksonsystems commented on GitHub (Jan 18, 2022): > if we add this then yes it definitely needs to be optional and can turn on/off via user preferences. there is already the mouseover option and you can also get this info by querying the API OK where in the docs is the mousover thing because I did not know it even existed? I cant see it in the docs anywhere. Yes Querying API would also work, but tend to use this info on the fly and not neesescarily through anything automated.
Author
Owner

@silversword411 commented on GitHub (Jan 18, 2022):

I cant see it in the docs anywhere.

Don't think it's actually stipulated in the docs but leave your mouse over a client/site on the left list for 1 second and

2022-01-18_134019 - brave_Tactical_RMM_-_Brave

<!-- gh-comment-id:1015718740 --> @silversword411 commented on GitHub (Jan 18, 2022): > I cant see it in the docs anywhere. Don't think it's actually stipulated in the docs but leave your mouse over a client/site on the left list for 1 second and ![2022-01-18_134019 - brave_Tactical_RMM_-_Brave](https://user-images.githubusercontent.com/13395348/149999330-9c7d87dc-b6bc-49d9-81f2-c63950c27aaa.png)
Author
Owner

@jacksonsystems commented on GitHub (Jan 18, 2022):

Gotcha! Neat!

<!-- gh-comment-id:1015727415 --> @jacksonsystems commented on GitHub (Jan 18, 2022): Gotcha! Neat!
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#258
No description provided.