mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 14:24:16 +02:00
[web] improvement: not displaying a confirmation dialog for the custom action 'Install Web Application'
This commit is contained in:
@@ -1164,7 +1164,8 @@ class WebApplicationManager(SoftwareManager):
|
|||||||
manager_method='install_app',
|
manager_method='install_app',
|
||||||
icon_path=resource.get_path('img/web.svg', ROOT_DIR),
|
icon_path=resource.get_path('img/web.svg', ROOT_DIR),
|
||||||
requires_root=False,
|
requires_root=False,
|
||||||
refresh=True),
|
refresh=True,
|
||||||
|
requires_confirmation=False),
|
||||||
CustomSoftwareAction(i18n_label_key='web.custom_action.clean_env',
|
CustomSoftwareAction(i18n_label_key='web.custom_action.clean_env',
|
||||||
i18n_status_key='web.custom_action.clean_env.status',
|
i18n_status_key='web.custom_action.clean_env.status',
|
||||||
manager=self,
|
manager=self,
|
||||||
|
|||||||
Reference in New Issue
Block a user