Added RCON Response box

This commit is contained in:
Shobhit Pathak
2023-10-11 23:34:51 +05:30
parent 41c0a69add
commit 50a7c545a8
2 changed files with 15 additions and 1 deletions

View File

@@ -263,6 +263,10 @@
</svg>
</button>
</div>
<div id="rconResultBox" class="alert alert-primary" style="display: none;">
<strong>RCON Response:</strong>
<p id="rconResultText"></p>
</div>
</div>
</div>