Skip to content

eNMS 3.19

Compare
Choose a tag to compare
@afourmy afourmy released this 09 Feb 14:16
5a2be6a
  • Add new File Management mechanism: browse, download, upload, delete and rename local files.
    Mechanism to use local files as part of the automation services.

  • Add new color code for the logs window.

  • Add New Copy to clipboard mechanism:

    • copy from RC on a service in Workflow builder
    • copy from icon in result tables
    • copy dict path to result in the json window.
  • Full screen workflow builder

  • Remember menu size PER USER

  • Refactoring of all the tables

  • Refactoring of the top-level menu

  • Alerts are saved and displayed in the UI, top menubar.

  • Remove recipients from settings.json. Recipients is now a mandatory field if mail notification is ticked.

  • Add support for netmiko genie / pyATS (use_genie) option.

  • New "Desktop session" mechanism to SSH to a device using teraterm / putty / etc.

MIGRATION:

  • Renaming "config" -> "settings". All services that use the "config" global variable must change it to "settings".
  • Session change log: some traceback previously returned as "result" key of service "results" now returned as "error":
    can create backward-compatibility issue when a workflow relies on the content of the traceback.