Increase configurability of panels.
Panel Configuration
The number of panels shown in the GUI tab is now variable. Only panels specified in the config panel are shown.
Move datadir
and powertools
options into the panel configuration. This allows them to be set per panel.
Add name
key to panel configuration. This specifies the label to use tabs used to switch between panels.
Add runner
key to panel configuration. This specifies the class to use from panel
module to execute the test program.
template
Module
Add **kwargs
to jinjda2_to_dash
. These are passed directly to render
function used to create the HTML from the template.
General Configuration
Add version
key to config to check version. If the version does not match the one specified by the pwbDashGUI
, then an error page is shown.
Edited by Karol Krizka