Hi Hackers,
With the pull request https://github.com/EnterpriseDB/wcDocker/pull/6 merged,
we can now increase the grab handles of properties dialogs (docker floating
panels) to make if resize easier.
Attached patch is the changes required in pgAdmin. Do not forget to yarn
install.
Kindly review.
Fixed typo in logging.raiseException, it is 'raiseExceptions'. Fixes #3933
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c4ea1a56bc5c8d181a8380a84015b7f613684100
Modified Files
--
web/pgadmin/__init__.py | 2 +-
1 file changed, 1
On Thu, Mar 21, 2019 at 3:22 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi Dave,
>
> On Wed, Mar 20, 2019 at 8:37 PM Dave Page wrote:
>
>> Hi
>>
>> On Wed, Mar 20, 2019 at 7:30 AM Khushboo Vashi <
>> khushboo.va...@enterprisedb.com> wrote:
>>
>>> Hi,
>>>
>>> Please find the att