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
Fix Ansible AJAX bug: form not properly populated.
Ansible playbooks are now alphabetically sorted.
New JSON field for REST payload: now accept any valid JSON object, including list.
Netmiko command length now up to 2 ** 15 characters long
New netmiko option for netmiko validation service
Label: Optional End-of-output regex: New Textbox in the Netmiko Parameters group
Auto Find Prompt - checkbox (pass to send_command() as auto_find_prompt) - should default to True
Strip Prompt - checkbox (pass to send_command() as strip_prompt) - should default to True
Strip Command - checkbox (pass to send_command() as strip_command) - should default to True
Added missing has_targets for the Ansible service
New Ansible service error: if has_targets is NOT selected, but pass_device_properties IS selected,
then a RED alert box indicates that "pass device properties requires has device targets to be selected".
Ansible service no longer passes the device configuration when "pass device properties" is ticked