File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 43
43
< input type = "checkbox" id = "node-config-input-deprecated" style = "width: auto; vertical-align: top;" > < label id = "node-config-input-deprecated-label" for = "node-config-input-deprecated" class = "popover-right" data-i18n = "[data-content]swagger.data-content.deprecated" > < span data-i18n = "swagger.label.deprecated" > </ span > </ label >
44
44
</ div >
45
45
</ div >
46
- < div id = "swagger-tab-parameters" >
46
+ < div id = "swagger-tab-parameters" >
47
47
< div class = "form-row" style = "box-sizing: border-box; border-radius: 5px; height: 310px; padding: 5px; border: 1px solid #ccc; overflow-y:scroll;" >
48
48
< ul id = "node-config-parameter-list" style = "padding: 0; margin:0;" > </ ul >
49
49
</ div >
50
+ < div class = "form-row" >
51
+ < a href = "#" class = "red-ui-button red-ui-button-small" id = "node-config-input-add-parameter" > < i class = "fa fa-plus" > </ i > < span data-i18n = "swagger.label.parameter" > </ span > </ a >
52
+ < a href = "#" id = "node-config-input-parameter-info" class = "popover-closable" style = "font-size: 10px; text-decoration: underline; float: right" > < span data-i18n = "swagger.label.parameters-help" > </ span > </ a >
53
+ </ div >
50
54
</ div >
51
55
< div id = "swagger-tab-responses" >
56
+ < div class = "form-row" style = "box-sizing: border-box; border-radius: 5px; height: 310px; padding: 5px; border: 1px solid #ccc; overflow-y:scroll;" >
57
+ < ul id = "node-config-response-list" style = "padding: 0; margin:0;" > </ ul >
58
+ </ div >
52
59
< div class = "form-row" >
53
60
< a href = "#" class = "red-ui-button red-ui-button-small" id = "node-config-input-add-response" > < i class = "fa fa-plus" > </ i > < span data-i18n = "swagger.label.response" > </ span > </ a >
54
61
< a href = "#" id = "node-config-input-response-info" class = "popover-closable" style = "font-size: 10px; text-decoration: underline; float: right" > < span data-i18n = "swagger.label.responses-help" > </ span > </ a >
You can’t perform that action at this time.
0 commit comments