fix broken display for 'select a server' page
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
This commit is contained in:
parent
361942face
commit
cafa51f855
@ -207,7 +207,7 @@ function selectServer(primaryKey) {
|
||||
loadedServers[primaryKey].currentlyActive = true;
|
||||
|
||||
$("#noSelectedServer").hide();
|
||||
$("#selectedServerContainer").show();
|
||||
$("#selectedServerContainer").show().css("display", "flex");
|
||||
|
||||
$(document).trigger("selectedServerChange");
|
||||
}
|
||||
|
@ -22,7 +22,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="flex-grow-1 container-fluid bg-body overflow-y-auto" style="min-width: 0;">
|
||||
<div id="noSelectedServer" class="h-100 d-flex justify-content-center align-items-center">
|
||||
<div id="noSelectedServer" class="h-100 justify-content-center align-items-center">
|
||||
<div class="text-center">
|
||||
<img src="{% static '/images/pyrss_logo.webp' %}" alt="PYRSS Logo">
|
||||
<h1 class="fw-bold mb-4">PYRSS</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user