now saving the results from disk and retrieving

the at server startup
This commit is contained in:
Karma Riuk
2025-05-20 12:18:42 +02:00
parent 346b3fc40a
commit 1cd2fb0752
3 changed files with 54 additions and 14 deletions

View File

@ -68,10 +68,8 @@
<button id="info-results-btn" class='info-btn'><i class="fa fa-info"></i></button>
</legend>
<div style="display: flex; align-items: center; gap: 0.5em">
<label for="uuid">UUID:</label>
<input type="text" id="uuid"
pattern="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89ABab][0-9a-fA-F]{3}-[0-9a-fA-F]{12}"
title="Must be a valid UUID, e.g. 123e4567-e89b-12d3-a456-426614174000" required />
<label for="uuid">Process id:</label>
<input type="text" id="uuid" required />
</div>
<br /><br />
<button id="request-status">Request status</button>