Re: pgAdmin 4 commit: Allow to specify the height & width from the javascri

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAdmin 4 commit: Allow to specify the height & width from the javascri
Date: 2016-05-21 09:19:06
Message-ID: 2CEFA6B6-AB0B-4DC4-94DF-1DD45172B3F6@pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hmm, haven't tested this yet, but normally using %ages for sizing doesn't work well.

Sent from my iPad

> On 21 May 2016, at 09:48, Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com> wrote:
>
> Allow to specify the height & width from the javascript modules of an
> individual node.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=875e2513591748bcfbbdee1062b5ccd894517ddc
>
> Modified Files
> --------------
> libraries.txt | 1 +
> .../schemas/tables/templates/table/js/table.js | 2 +
> .../templates/server_groups/server_groups.js | 2 +
> web/pgadmin/browser/templates/browser/js/node.js | 48 +++++++++++++---------
> web/pgadmin/static/js/pgadmin.js | 5 +++
> 5 files changed, 38 insertions(+), 20 deletions(-)
>
>
> --
> 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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-21 09:24:04 Re: pgAdmin 4 commit: Allow to specify the height & width from the javascri
Previous Message Dave Page 2016-05-21 09:15:20 Re: [PATCH] Tables node (pgAdmin4)