You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a big screen and it is always a problem to identify the correct line to edit an environment file. see attached screen.
the current annoying workaround is detach the tab from the browser, shrink the window width, find & edit
tasks which produces a LOT of output (hundreds of lines) will totally mess-up the whole output. it looks like these lines will be printed within the tasks coming next
output can contain very long lines where you need to scroll endlessly to the right. it would be great if it line wrap at the end of the window maybe?
Implementation
menu: "Environment Variables"
either dynamically shrink the width of the frame or maybe even better(?): move the edit pencil button at the beginning (left of the env name). problem with the latter is that this breaks the design flow with other menus where the edit pencil is on the right always
menu: "Inventory"
allow to increase width and height of the input box (e.g. by mouse drag/drop in the bottom right corner of that box or similiar)
menu: "Task Templates" -> Task log
the first one might occur as there is a limit hardcoded somewhere so increasing that might be a quick solution. but problematic is that this might overload a browser though. so I guess a better approach would be to just do not print that much output and instead give a message that the output is truncated (which would be a very important info then)
the second one is likely "just" a line wrap when its longer then X
Design
No response
The text was updated successfully, but these errors were encountered:
Another vote for wrapping output text in the the task log window.
Have been dealing with a lot of Mikrotik gear lately and the outputs when gathering current OS/firmware levels are quite long. When running via a terminal application the output is fine but Semaphore not so much.
Related to
Web-Frontend (what users interact with)
Impact
better user experience
Missing Feature
menu: "Environment Variables"
the current annoying workaround is detach the tab from the browser, shrink the window width, find & edit
menu: "Inventory"
menu: "Task Templates" -> Task log
Implementation
menu: "Environment Variables"
either dynamically shrink the width of the frame or maybe even better(?): move the edit pencil button at the beginning (left of the env name). problem with the latter is that this breaks the design flow with other menus where the edit pencil is on the right always
menu: "Inventory"
allow to increase width and height of the input box (e.g. by mouse drag/drop in the bottom right corner of that box or similiar)
menu: "Task Templates" -> Task log
Design
No response
The text was updated successfully, but these errors were encountered: