-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We want to use your awesome tool to create a security report to provide to our customers.
This means is only need/want to display the columns ID, Security tool, Impact, Title and Status.
Now the report only uses halve of the page available due to the max-width: 400px restriction on all tbody td.
This means the Title is cut of after 400px even though there is a lot of unused space on the page.
It would be nice if the default template.ejs file could be overwritten via user input (like the config).
An alternative could be to implement some kind of CSS magic in the default template.ejs file but I think letting the user define a custom template.ejs file is a more elegant solution.
Fields part in our config:
"fields": {
"ID": "$.id",
"Security tool": "$.tool",
"Impact": "SEVERITY",
"Title": "$.title",
"Status": "$.display_status"
}Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request