Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<a id="toggleAll" href="#">Expand/Collapse All to allow Search</a> <script type="text/javascript"> AJS.toInit(function () { AJS.$('#toggleAll').click(function() { jQuery(".expand-control").each(function()

{ jQuery(this).trigger("click");}

) }); }); </script>


Expand
titlev2.3.2 April 24, 2023


Expand
titleWhat's New or Improved
  • AWS Marketplace support


Expand
titleWhat's Fixed




Expand
titlev2.3.1 March 30, 2023


Expand
titleWhat's New or Improved
  • Client-side certificate support


Expand
titleWhat's Fixed
  • Fixed issue with repeated failed client auth attempts causing too many open file descriptors
  • Fixed issue where log messages might not appear in the UI


...