Added start/stop control to Unity process

This commit is contained in:
2025-12-01 09:42:20 +01:00
parent b2c5d08ff4
commit 7df210aaf2
13 changed files with 203 additions and 103 deletions

View File

@@ -105,8 +105,15 @@
<td>
<div class="ntsh_buttons">
<div class="ntsh_button mux_text ntsh_dashboard-unity-restart">
Restart Process
Restart
</div>
<div class="ntsh_button mux_text ntsh_dashboard-unity-stop">
Stop
</div>
<div class="ntsh_button mux_text ntsh_dashboard-unity-start">
Start
</div>
</div>
</td>
</tr>