mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[GH-ISSUE #424] Feature Request: change default description for hosts in the table of computers #2202
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#2202
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 @bbrendon on GitHub (Apr 22, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/424
Originally assigned to: @wh1te909 on GitHub.
Is your feature request related to a problem? Please describe.
I personally would prefer the default description to be blank because when I do add descriptions, I have to read through hostnames which feels like a waste of brain cycles. Also the information is redundant. If it can't be blank then I would prefer
.or_.Other ideas:
Enter a description(I vote no on this idea)Bonus:
{{ .... }}macro capabilities@wh1te909 commented on GitHub (Apr 23, 2021):
Guess I used to have it documented somewhere but don't see it anymore, but if you pass the
-desc "some description"flag to the installer exe it will actually set it to whatever you pass, if you don't pass this optional flag the default is just the hostname. I'll just change the default to be an empty string instead of the hostname.@wh1te909 commented on GitHub (Apr 23, 2021):
Released in 0.6.2 / agent 1.5.2, from now on any new agents will have default hostname set to an empty string and you can set the description with the optional
-descflag during install