[pgAdmin4][Patch]: Fix the Domain Create dialog issue - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject [pgAdmin4][Patch]: Fix the Domain Create dialog issue
Date
Msg-id CAKKotZQzCKWGSQW93XyGCQ+bCZ1Ogn0JNKyxL3xwKQiDxtw5-w@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: Fix the Domain Create dialog issue  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Hi,

PFA minor patch to fix two issues,

1) Domain's Create/Properties dialog do not open due to JS error.
- Global variable issue.

2) Security label control's label font size issue. 
- Backgrid adds backbone model id(which is 'label' in our case) in as a class in <th> tag causing font size class collision with Bootstrap's label class.

RM#2616


--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment

pgadmin-hackers by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Error using pgadmin4 HEAD
Next
From: Akshay Joshi
Date:
Subject: Re: Discussion on improving alertify notifications logic