Re: [pgAdmin4] Numeric Control for Backform

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4] Numeric Control for Backform
Date: 2016-02-22 11:50:50
Message-ID: CAG7mmoyAjD=D1niOq3qFgdDtfuF=3hU0h0OowcgV8U8s6VxZAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - committed!

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company
<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi>

On Mon, Feb 15, 2016 at 6:32 PM, Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)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 Joshi*
> *Principal Software Engineer *
>
>
>
> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-02-22 11:59:51 Re: [pgAdmin4] [Patch]: Language Module
Previous Message Ashesh Vashi 2016-02-22 11:50:36 pgAdmin 4 commit: Adding Numeric control support for Backform.