mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
ef91207669
commit
b12c1f8740
@@ -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 '
|
||||
|
||||
Reference in New Issue
Block a user