Skip to content

Commit 69661e7

Browse files
Gourav DwivediGourav Dwivedi
authored andcommitted
Added dropdown list for addArgument functionality
1 parent 36edd81 commit 69661e7

File tree

3 files changed

+198
-76
lines changed

3 files changed

+198
-76
lines changed

src/css/main.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,21 @@ li:hover {
6565
.method-arguments {
6666
padding-top: 10px;
6767
}
68-
6968

69+
.args-container {
70+
padding-top: 10px;
71+
}
72+
73+
.hr.div-splitter {
74+
height: 10px;
75+
border: 0;
76+
box-shadow: 0 10px 10px -10px #8c8b8b inset;
77+
}
78+
hr.style13 {
79+
height: 10px;
80+
border: 0;
81+
box-shadow: 0 10px 10px -10px #8c8b8b inset;
82+
margin-top: 10px;
83+
margin-bottom: 10px;
84+
}
7085

src/js/components/srform.component.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,9 @@ class SrFormComponent extends HTMLElement {
7777
</div>
7878
<div class="form-group row onconnect">
7979
<label for="inputRequestData" class="col-sm-2 col-form-label">Request Payload</label>
80-
<div class="col-sm-10 offset-sm-2">
81-
80+
<div class="col-sm-10 offset-sm-2">
8281
<input type="button" value="Add Argument" id="inputRequestData" class="btn-primary btn-xs btn-add-argument" />
83-
<div id="method-arguments" class="method-arguments"></div>
82+
<div id="form-group method-arguments" class="method-arguments"></div>
8483
</div>
8584
</div>
8685
<div class="form-group row onconnect">

0 commit comments

Comments
 (0)