Better looking and readable RCON Response box

This commit is contained in:
Attila
2024-02-22 20:16:18 +01:00
committed by GitHub
parent ee2cf5e22e
commit ef5b7f71d3

View File

@@ -265,7 +265,7 @@
</div> </div>
<div id="rconResultBox" class="alert alert-primary" style="display: none;"> <div id="rconResultBox" class="alert alert-primary" style="display: none;">
<strong>RCON Response:</strong> <strong>RCON Response:</strong>
<p id="rconResultText"></p> <pre id="rconResultText" class="text-start"></pre>
</div> </div>
</div> </div>