mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #389] Feature request: View device serial number in the overview tab #2182
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#2182
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?
Originally created by @frankemann on GitHub (Apr 12, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/389
Originally assigned to: @wh1te909 on GitHub.
It would be nice to see the serialnumber in the overview tab.
We often need to find the devices serialnumbers to f.ex check the warranty of the device with a quick copy and paste into the manufactures website.
@silversword411 commented on GitHub (Apr 24, 2021):
That data is under Assets | BIOS | SerialNumber
github.com/wh1te909/rmmagent@3b070c3fad/shared/types.go (L558)it's queried WMI data.
What if there was under TRMM Settings | Global Settings a "Custom data on Summary tab" field.
You could put something like (don't judge, probably completely wrong brackets and structure):
Serial Number: {{ Win32_BIOSEX.SerialNumber:string }}Where you could populate whatever WMI data you wanted at the bottom of the Summary screen. Then anyone could add whatever they needed/wanted
@wh1te909 commented on GitHub (May 27, 2023):
Done, will be in next release:
@asasin114 commented on GitHub (May 31, 2023):
This is awesome! Will we be able to use this as a script variable like {{agent.serialnumber}} to inject in a custom URL to, say, pull up the Dell support site right to the device like we were able to with a custom field before??
Reference: https://docs.tacticalrmm.com/functions/examples/
@wh1te909 commented on GitHub (May 31, 2023):
@asasin114 yes, you can use
{{agent.serial_number}}github.com/amidaware/tacticalrmm@ae5d0b1d81/api/tacticalrmm/agents/models.py (L412)@asasin114 commented on GitHub (May 31, 2023):
Awesome, thank you @wh1te909! I just didn't see any updates in the documentation yet (which makes sense). So happy with the continued development of the product! You guys are AWESOME!