amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
3.15k stars 439 forks source link

Enhance Script Manager UI #1996

Open btrfs-d opened 3 weeks ago

btrfs-d commented 3 weeks ago

Is your feature request related to a problem? Please describe. The script manager popup does not save preferences when closed and reopened within the same login session.

Describe the solution you'd like I would like the script manager to "remember" when I choose folder view or table view, and when in folder view, have a "Collapse all" and "Expand all" button.

Describe alternatives you've considered There is no alternative to the present behavior.

Additional context N/A

silversword411 commented 3 weeks ago

Sounds like a preference that should be saved in browser storage/cookie prefs....rather than user preferences and stored with TRMM user data from user pref's panel.

btrfs-d commented 1 week ago

Should also add folder view and same "remember"/expand/collapse options to Automation Manager.