test(services): testing remove restart and stop

This commit is contained in:
2025-04-02 21:24:23 -05:00
parent b2683d0429
commit 3355eb389c
7 changed files with 162 additions and 56 deletions

View File

@@ -125,7 +125,9 @@ export default function ServerPage() {
token={token as string}
/>
<StartServer />
<StopServer />
<StopServer
plantData={server}
/>
<RestartServer />
</div>
)}