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

@@ -221,7 +221,7 @@ body {
border: 1px solid var(--offwhite);
}
.edit, .start-stop-server, .start-client {
.edit, .start-stop-server, .start-stop-client {
color: var(--offwhite);
background-color: var(--blue);
}
@@ -485,6 +485,7 @@ input {
flex-direction: row;
width: 100%;
justify-content: space-between;
column-gap: 10px;
}
.instance-info .info {