Skip to content

Commit

Permalink
Tweak fix send request button view
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed May 13, 2022
1 parent df631c7 commit e5721d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/Pages/Panel/APIHome.page
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<option value="joblog">joblog</option>
<option value="bvfs">bvfs</option>
</select>
<input id="api_command" class="w3-input w3-border w3-left" name="command" onkeydown="if (event.keyCode == 13) { oAPIHome.send_request(); }" style="width: 600px;" /> <a class="w3-button w3-green" type="button" name="apply" onclick="oAPIHome.send_request();"><i class="fas fa-paper-plane"></i> &nbsp;<%[ Send request ]%></a>
<input id="api_command" class="w3-input w3-border w3-left" name="command" onkeydown="if (event.keyCode == 13) { oAPIHome.send_request(); }" style="width: 600px;" /> <button class="w3-button w3-green" type="button" name="apply" onclick="oAPIHome.send_request();"><i class="fas fa-paper-plane"></i> &nbsp;<%[ Send request ]%></button>
</div>
<div id="api_output">
<pre id="api_result"></pre>
Expand Down

0 comments on commit e5721d7

Please sign in to comment.