1. Stop process of Process details dialog not working.

2. When a server of an in progress cloud deployment is expanded, it is throwing a failed error.
3. Close the process notification on clicking View Processes.

Fixes #3709
This commit is contained in:
Aditya Toshniwal
2022-08-16 17:58:02 +05:30
committed by Akshay Joshi
parent ef91207669
commit b12c1f8740
7 changed files with 32 additions and 11 deletions

View File

@@ -133,6 +133,7 @@ def register_browser_preferences(self):
self.table_row_count_threshold = self.preference.register(
'processes', 'process_retain_days',
gettext("Process details/logs retention days"), 'integer', 5,
min_val=1,
category_label=gettext('Processes'),
help_str=gettext(
'After this many days, the process info and logs '