Adam Driscoll
Adam Driscoll
### Summary of the new feature / enhancement https://forums.ironmansoftware.com/t/new-udtable-formatting/6114/5?u=adam ### Proposed technical implementation details (optional) _No response_
### Summary of the new feature / enhancement We should support logout URL for OIDC providers. ### Proposed technical implementation details (optional) _No response_
### Summary of the new feature / enhancement It would be great to offer translations for the admin console. ### Proposed technical implementation details (optional) _No response_
### Steps to Reproduce https://forums.ironmansoftware.com/t/automation-job-logs-truncated/7328 ### Expected behavior ```console Entire job log is displayed ``` ### Actual behavior ```console Job log is sometimes truncated ``` ### Environment data 3.0.6 ###...
### Summary of the new feature / enhancement https://forums.ironmansoftware.com/t/style-sheets-or-javascript-in-pages/7372/2 ### Proposed technical implementation details (optional) _No response_
### Steps to Reproduce - Port reverts back after upgrade - Service doesn't start the first time - Add option to not start the service after upgrade ### Expected behavior...
### Steps to Reproduce https://forums.ironmansoftware.com/t/menu-popup-stuck-when-sidebar-is-collapsed/7602 ### Expected behavior ```console Menu collapses after navigating away. ``` ### Actual behavior ```console Menu is stuck open. ``` ### Environment data 3.2.2 ### Visuals...
### Summary of the new feature / enhancement We need a way to more consistently ensure that secret vaults are registered. In some environments, like Azure, the secret vault registrations...
``` get-module -listavailable "VMware*" | import-module ``` Results in: ``` get-module -listavailable "VMware*" | ```
``` $tableLayoutPanel1.ColumnStyles.Add((New-Object -TypeName System.Windows.Forms.ColumnStyle)) $tableLayoutPanel1.RowStyles.Add((New-Object -TypeName System.Windows.Forms.RowStyle -ArgumentList @([System.Windows.Forms.SizeType]::Absolute,[System.Single]50))) ``` ``` Outputs: 0 1 1 1 0 0 ```