mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
s/buttton/button/g, per Anthony DeBarros. Fixes #1518
This commit is contained in:
@@ -971,7 +971,7 @@
|
||||
gridHeader = _.template([
|
||||
'<div class="subnode-header">',
|
||||
' <label class="control-label pg-el-sm-10"><%-label%></label>',
|
||||
' <button class="btn-sm btn-default add fa fa-plus" <%=canAdd ? "" : "disabled=\'disabled\'"%>><%-add_label%></buttton>',
|
||||
' <button class="btn-sm btn-default add fa fa-plus" <%=canAdd ? "" : "disabled=\'disabled\'"%>><%-add_label%></button>',
|
||||
'</div>'].join("\n")),
|
||||
gridBody = $('<div class="pgadmin-control-group backgrid form-group pg-el-xs-12 object subnode"></div>').append(
|
||||
gridHeader(data)
|
||||
@@ -1209,7 +1209,7 @@
|
||||
var self = this,
|
||||
gridHeader = ["<div class='subnode-header'>",
|
||||
" <label class='control-label pg-el-sm-10'>" + data.label + "</label>" ,
|
||||
" <button class='btn-sm btn-default add fa fa-plus'></buttton>",
|
||||
" <button class='btn-sm btn-default add fa fa-plus'></button>",
|
||||
"</div>"].join("\n");
|
||||
gridBody = $("<div class='pgadmin-control-group backgrid form-group pg-el-xs-12 object subnode'></div>").append(gridHeader);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user