Skip to content

ZTP Tool v1.0.11-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@tmorris-ftnt tmorris-ftnt released this 08 May 00:34
· 17 commits to master since this release
4830655
  • Changed location of worksheet from "Sheet1" to "Devices". Added fallback to active worksheet if "Devices" worksheet does not exist to maintain backwards compatibility.
  • Added support for adding multiple interfaces to a dynamic interface (Thanks @MattJ-CCL)
  • Added optional check for browser.json, if this exists it will use the settings here to launch the app with alternative settings. Example browser.json:
{
  "mode": "custom",
  "cmdline_args": [
    "C:\\Program Files\\Mozilla Firefox\\firefox.exe",
    "-new-window",
    "http://localhost:8000/ztptool.html"
  ]
}
  • made excel workbook open use the dataonly flag
  • Allow Static Routing option is now copied from the parent interface for dynamic address objects.
  • Changed some status icon colours