File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 55
55
< div class ='control-group '>
56
56
< label class ='control-label ' for ='query-path '> Path</ label >
57
57
< div class ='controls '>
58
- < input id ='query-path ' type ='text ' class ='input-xlarge ' data-provide ='typeahead '
58
+ < div class ='input-prepend '>
59
+ < span class ='add-on '> < i class ='icon-road '> </ i > </ span >
60
+ < input id ='query-path ' type ='text ' class ='input-xlarge ' data-provide ='typeahead '
59
61
autocomplete ='off ' placeholder ='The path to query against ' />
62
+ </ div >
60
63
</ div >
61
64
</ div >
62
65
63
66
< div class ='control-group '>
64
67
< label class ='control-label ' for ='query-action '> Method</ label >
65
68
< div class ='controls '>
66
- < select id ='query-action ' class ='input-xlarge '>
67
- < option value ='POST '> post</ option >
68
- < option value ='GET '> get</ option >
69
- < option value ='PUT '> put</ option >
70
- < option value ='DELETE '> delete</ option >
71
- < option value ='HEAD '> head</ option >
72
- </ select >
69
+ < div class ='input-prepend '>
70
+ < span class ='add-on '> < i class ='icon-random '> </ i > </ span >
71
+ < select id ='query-action ' class ='input-xlarge '>
72
+ < option value ='POST '> post</ option >
73
+ < option value ='GET '> get</ option >
74
+ < option value ='PUT '> put</ option >
75
+ < option value ='DELETE '> delete</ option >
76
+ < option value ='HEAD '> head</ option >
77
+ </ select >
78
+ </ div >
73
79
</ div >
74
80
</ div >
75
81
You can’t perform that action at this time.
0 commit comments