mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[GH-ISSUE #266] Feature request: view the last line of an script check output #172
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#172
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 @ItzMxrcxl on GitHub (Jan 30, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/266
Originally assigned to: @wh1te909 on GitHub.
It would be nice, if the last line of an script output could be displayed next to the Script check.
eg:

@dinger1986 commented on GitHub (Feb 18, 2021):
Does last output not work?
@ItzMxrcxl commented on GitHub (Feb 20, 2021):
No, everything works like a charm.
My idea is to display the last output in a separate column. So you see everything at once.
For the script execution there would be the last output row.
Eg. on the cpu/ram check, display the usage in 5min interval?
In my mind, this was already built in, but got removed in some past version.
I hope you can imagine, what my idea is.
Sorry if it was unclear at first.
@wh1te909 commented on GitHub (Feb 26, 2021):
Hi sounds good ya it used to be there but got removed, i'll add it back. Last line of script output will need to be truncated tho if too long so will just do first 30 chars or whatever
@sadnub commented on GitHub (Jul 22, 2021):
I attempted adding this and it really messes with the column widths because the last line could be any length. I even tried truncating it and the information was cut off and wouldn't be very useful at 30 characters.