mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-09 07:33:19 -06:00
Fix border display issue in unique column collection
This commit is contained in:
parent
c6cfad4f01
commit
8f18ff04ae
@ -806,7 +806,7 @@
|
||||
' <label class="control-label col-sm-4"><%-label%></label>',
|
||||
' <button class="btn-sm btn-default add" <%=canAdd ? "" : "disabled=\'disabled\'"%>><%-add_label%></buttton>',
|
||||
'</div>'].join("\n")),
|
||||
gridBody = $('<div class="pgadmin-control-group backgrid form-group col-xs-12 object subnode-body"></div>').append(
|
||||
gridBody = $('<div class="pgadmin-control-group backgrid form-group col-xs-12 object subnode"></div>').append(
|
||||
gridHeader(data)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user