mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
String review and subsequent cleanup
Ashesh Vashi Abhilasha Narendra Karen Blatchley Susan Douglas Dave Page
This commit is contained in:
@@ -90,7 +90,7 @@ define('pgadmin.node.resource_group', [
|
||||
id: 'name', label: gettext('Name'), cell: 'string',
|
||||
type: 'text',
|
||||
},{
|
||||
id: 'cpu_rate_limit', label: gettext('CPU rate limit (%%)'), cell: 'string',
|
||||
id: 'cpu_rate_limit', label: gettext('CPU rate limit (percentage)'), cell: 'string',
|
||||
type: 'numeric', min:0, max:16777216,
|
||||
},{
|
||||
id: 'dirty_rate_limit', label: gettext('Dirty rate limit (KB)'), cell: 'string',
|
||||
|
||||
Reference in New Issue
Block a user