diff --git a/bauh/gems/web/controller.py b/bauh/gems/web/controller.py index c7bf7c65..4b3929f3 100644 --- a/bauh/gems/web/controller.py +++ b/bauh/gems/web/controller.py @@ -1164,7 +1164,8 @@ class WebApplicationManager(SoftwareManager): manager_method='install_app', icon_path=resource.get_path('img/web.svg', ROOT_DIR), requires_root=False, - refresh=True), + refresh=True, + requires_confirmation=False), CustomSoftwareAction(i18n_label_key='web.custom_action.clean_env', i18n_status_key='web.custom_action.clean_env.status', manager=self,