Skip to content

dashboard: pass config object to dashboard and use debug_http and no_web_browser

The dashboard have now access to the config object from CLI. It uses the debug_http option to run flask in debug mode and the no_web_browser option to bypass the default behavior of automatically launching the default web browser when using the interactive option.

Merge request reports