Added connect now option in server create dialog. Fixes #1313

This commit is contained in:
Harshal Dhumal
2016-06-14 17:23:25 +01:00
committed by Dave Page
parent 5dbbd8e638
commit 6b95d6ac75
3 changed files with 58 additions and 5 deletions

View File

@@ -1344,3 +1344,8 @@ height: calc(100% - 35px);
.pg-panel-statistics-container > table > thead > tr > th:last-child {
border-right: 0px;
}
.pgadmin-controls input[type="checkbox"]{
margin-left: 0 !important;
margin-top: 10px !important;
}