[pgAdmin4] Numeric Control for Backform

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4] Numeric Control for Backform
Date: 2016-02-15 13:02:04
Message-ID: CANxoLDdKJwWNP-Au-Qo7GdDzD_yDHSzf-5APZjP+B9e4m2-vNA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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 Joshi*
*Principal Software Engineer *

*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Attachment Content-Type Size
NumericControl.patch application/octet-stream 5.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sanket Mehta 2016-02-15 13:28:58 Re: patch for cast module
Previous Message Dave Page 2016-02-15 11:07:26 Re: [pgAdmin4] [Patch]: Extension Module