Added ability to start/stop client

This commit is contained in:
Pax1601
2023-12-31 12:02:24 +01:00
parent 7391006a2f
commit c9dc5eb2f5
8 changed files with 84 additions and 14 deletions

View File

@@ -104,6 +104,10 @@
font-weight: normal;
}
#manager-instances .start-stop-client {
margin-right: auto;
}
</style>
<div id="manager-instances">
<div class="content">
@@ -163,7 +167,7 @@
<div class="button uninstall">Uninstall</div>
<% } else { %>
<div class="button start-stop-server">Start server</div>
<!--<div class="button start-client">Start client</div>-->
<div class="button start-stop-client">Start client</div>
<% } %>
</div>
</div>