ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Update the UI to disable the run button for scripts that can't run manually #80

Closed adamdriscoll closed 4 years ago

adamdriscoll commented 4 years ago

Scheduled scripts can not be prevented from running manually. See the -DisableManualInvocation parameter of New-UASchedule.

Try to run them will result in an error. We should make this friendlier in the UI so people understand before the click the run button.

image

leeberg commented 4 years ago

Implemented! Will be released in next UA Beta Release