Add missing translation tags.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7ce04bbaea0f4f8c703e8b47e029f8366cd1dfa5
Modified Files
--
web/pgadmin/dashboard/templates/dashboard/welcome_dashboard.html | 2 +-
1 file changed, 1 inser
Styling improvements for password input fields in backgrid.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=12d75e0a517b4a0f8efa767ae624c8298cdd90f3
Author: Khushboo Vashi
Modified Files
--
web/pgadmin/static/css/overrides.css | 23
Thanks, applied.
On Tue, Nov 15, 2016 at 5:00 AM, Khushboo Vashi
wrote:
> Hi,
>
> Please find the attached patch for the Backgrid password cell css. Currently
> the password cell does not have proper css in the edit mode.
>
> Thanks,
> Khushboo
>
>
>
> --
> Sent via pgadmin-hackers mailing list (
Hi,
After a great help from Dave, I pushed pgadmin4 1.1 RPMs to PostgreSQL YUM
repository. RPMs are currently for the following platforms:
* RHEL 7
* Fedora 25 (testing repo)
* Fedora 24
* Fedora 23
Please note that we changed the package name, and it is now:
pgadmin4-v1
To install it, please
Hi Dave,
I have fixed the issue regarding the nodes are not translated. Please find
the attached patch for the same.
Issue: We were translating the nodes label while registering the module,
but at that time the translator does not get the context, so it returns the
null translation. Now I have