String review and subsequent cleanup

Ashesh Vashi
Abhilasha Narendra
Karen Blatchley
Susan Douglas
Dave Page
This commit is contained in:
Dave Page
2019-03-05 14:08:16 +00:00
parent 48c9864184
commit d7bf6ec69f
29 changed files with 88 additions and 88 deletions

View File

@@ -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',