Improved command execution on server
This commit is contained in:
@@ -87,12 +87,12 @@
|
||||
<form id="server_setup_form" class="server-setup-form">
|
||||
<div class="mb-3">
|
||||
<label for="team1" class="form-label">Team 1:</label>
|
||||
<input type="text" id="team1" name="team1" class="form-control" required>
|
||||
<input type="text" id="team1" name="team1" class="form-control">
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="team2" class="form-label">Team 2:</label>
|
||||
<input type="text" id="team2" name="team2" class="form-control" required>
|
||||
<input type="text" id="team2" name="team2" class="form-control">
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
@@ -233,6 +233,21 @@
|
||||
</svg> Go Live
|
||||
</button>
|
||||
</div>
|
||||
<div class="input-group mb-3">
|
||||
<input type="text" id="say_input" name="sayInput" class="form-control" placeholder="Say as admin on server" required style="flex: 2;">
|
||||
<button type="submit" id="say_input_btn" class="btn btn-primary" style="flex: 1;">
|
||||
Say
|
||||
<svg viewBox="0 0 24 24" fill="none" width="16" height="16" xmlns="http://www.w3.org/2000/svg" stroke="#ffffff">
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
||||
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
||||
<g id="SVGRepo_iconCarrier">
|
||||
<path
|
||||
d="M11.5003 12H5.41872M5.24634 12.7972L4.24158 15.7986C3.69128 17.4424 3.41613 18.2643 3.61359 18.7704C3.78506 19.21 4.15335 19.5432 4.6078 19.6701C5.13111 19.8161 5.92151 19.4604 7.50231 18.7491L17.6367 14.1886C19.1797 13.4942 19.9512 13.1471 20.1896 12.6648C20.3968 12.2458 20.3968 11.7541 20.1896 11.3351C19.9512 10.8529 19.1797 10.5057 17.6367 9.81135L7.48483 5.24303C5.90879 4.53382 5.12078 4.17921 4.59799 4.32468C4.14397 4.45101 3.77572 4.78336 3.60365 5.22209C3.40551 5.72728 3.67772 6.54741 4.22215 8.18767L5.24829 11.2793C5.34179 11.561 5.38855 11.7019 5.407 11.8459C5.42338 11.9738 5.42321 12.1032 5.40651 12.231C5.38768 12.375 5.34057 12.5157 5.24634 12.7972Z"
|
||||
stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
</g>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
<div class="input-group mb-3">
|
||||
<input type="text" id="rconInput" name="sayInput" class="form-control" placeholder="Send RCON command to server" required style="flex: 2;">
|
||||
<button type="submit" id="rconInputBtn" class="btn btn-primary" style="flex: 1;">
|
||||
|
||||
Reference in New Issue
Block a user