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
Currently, on the default command/powershell prompt terminal of 120 characters, the tables will break when there is lots of output:
For the Rule Authors table, it needs to be about 17 characters shorter but the limit length is now 27 and changing it to only 10 characters would cut off almost all names... so we probably need to change the table from 4 columns to 3. If we can detect the terminal character size we can increase the number of columns to 4 or more based on how wide the terminal is.
For alert rule titles, if we word wrap after 50 characters it shouldn't break the table.
The text was updated successfully, but these errors were encountered:
Currently, on the default command/powershell prompt terminal of 120 characters, the tables will break when there is lots of output:
For the Rule Authors table, it needs to be about 17 characters shorter but the limit length is now 27 and changing it to only 10 characters would cut off almost all names... so we probably need to change the table from 4 columns to 3. If we can detect the terminal character size we can increase the number of columns to 4 or more based on how wide the terminal is.
For alert rule titles, if we word wrap after 50 characters it shouldn't break the table.
The text was updated successfully, but these errors were encountered: