Skip to content

Commit 5059a33

Browse files
committed
Took back to get parameters and responses working
1 parent e83696d commit 5059a33

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

swagger/swagger.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,19 @@
4343
<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>
4444
</div>
4545
</div>
46-
<div id="swagger-tab-parameters">
46+
<div id="swagger-tab-parameters">
4747
<div class="form-row" style="box-sizing: border-box; border-radius: 5px; height: 310px; padding: 5px; border: 1px solid #ccc; overflow-y:scroll;">
4848
<ul id="node-config-parameter-list" style="padding: 0; margin:0;"></ul>
4949
</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>
5054
</div>
5155
<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>
5259
<div class="form-row">
5360
<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>
5461
<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>

0 commit comments

Comments
 (0)