Settings Page - houby-studio/lazy-admin GitHub Wiki

Settings page can be accessed via application's left menu, which is opened with menu icon, located on the left of the search bar.

Settings page contains following options.

Always require confirmation before script execution

✔ If you check this option, you will always get Confirmation dialog before executing your command. It is recommended to use this option, so you can review full command before you actually run it.

❌ If you do not check this option, you won't get Confirmation dialog by default. You will get Confirmation dialog only if command's definition forces it by using alwaysConfirm parameter.

Display input parameters in dense layout

✔ If you check this option, input elements will be displayed with dense attribute, being smaller and having less space in between. Certain elements may be harder to click, but more parameters fit in the window.

❌ If you do not check this option, input elements will be displayed normal sized with normal spacing.

Display tables in dense layout

✔ If you check this option, scripts and results tables' rows will be displayed with dense attribute, being smaller.

❌ If you do not check this option, scripts and results tables' rows will be displayed normal sized.

Always display script progress

✔ If you check this option, you will always get Progress dialog when running command.

❌ If you do not check this option, you won't get Progress dialog by default. You will get Progress dialog only if command's definition forces it by using progress parameter.

#f03c15 WARNING: Displaying progress may sometimes cause Lazy Admin to not register end of commands execution, which results in loading spinner to spin infinitely. If that happens, press Escape to cancel command. Use this function with caution.

Log executed commands

✔ If you check this option, command you execute will be logged to applications console (Accessed via Ctrl + Shift + I) and to log file, located in %APPDATA%\Lazy Admin\logs\rengerer.log

❌ If you do not check this option, command won't be logged.

#f03c15 WARNING: Be careful with this option. Running commands containing sensitive information like passwords or API keys stores them in plain text to your hard drive!

Log command results

✔ If you check this option, results from commands will be logged to applications console (Accessed via Ctrl + Shift + I) and to log file, located in %APPDATA%\Lazy Admin\logs\rengerer.log

❌ If you do not check this option, results won't be logged.

#f03c15 WARNING: Be careful with this option. Obtaining results containing sensitive information like passwords or API keys stores them in plain text to your hard drive!

Number of commands in history

💯 Set numeric value larger or equal to 0.
If you set it to 0, no commands will be saved to history.
If you set number on anything above 0, specified number of commands and their results will be kept in history array, which can be viewed via Clock icon on the right of the search bar.

Language

👅 Select the language you wish to display application in.
Currently you can choose from English and Czech language. Additional language can be loaded via GPO/registry value.
Read more on Custom Translation page.

Image 01: Settings page displaying all possible configuration options.

Where next

Head over to About Page to learn what you can read from there.