Thread: [pgAdmin4] Numeric Control for Backform
Hi All
I have added Numeric Input control for Backform as we already have for Integer type. Also fixed one issue in Integer input control.
Usage:
schema: [{
id: 'name', label: '{{ _('Group Name') }}', cell: 'string',
--

I have added Numeric Input control for Backform as we already have for Integer type. Also fixed one issue in Integer input control.
Usage:
schema: [{
id: 'name', label: '{{ _('Group Name') }}', cell: 'string',
type: 'text',
},{
id: 'cpu_rate_limit', label:'{{ _('CPU Rate Limit') }}', cell: 'string',
type: 'numeric', min:0, max:16777216
},{
Attached is the patch file, please review it and if looks good then please commit it.
Akshay Joshi
Principal Software Engineer

Phone: +91 20-3058-9517
Mobile: +91 976-788-8246
Mobile: +91 976-788-8246
Attachment
Thanks - committed!
On Mon, Feb 15, 2016 at 6:32 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi All
I have added Numeric Input control for Backform as we already have for Integer type. Also fixed one issue in Integer input control.
Usage:
schema: [{
id: 'name', label: '{{ _('Group Name') }}', cell: 'string',type: 'text',},{id: 'cpu_rate_limit', label:'{{ _('CPU Rate Limit') }}', cell: 'string',type: 'numeric', min:0, max:16777216},{Attached is the patch file, please review it and if looks good then please commit it.--Akshay JoshiPrincipal Software EngineerPhone: +91 20-3058-9517
Mobile: +91 976-788-8246
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers