mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
forgot to commit that so i'm doing it now
This commit is contained in:
@ -67,10 +67,12 @@
|
|||||||
<strong>Get status of ongoing process</strong>
|
<strong>Get status of ongoing process</strong>
|
||||||
<button id="info-results-btn" class='info-btn'><i class="fa fa-info"></i></button>
|
<button id="info-results-btn" class='info-btn'><i class="fa fa-info"></i></button>
|
||||||
</legend>
|
</legend>
|
||||||
<label for="uuid">UUID:</label>
|
<div style="display: flex; align-items: center; gap: 0.5em">
|
||||||
<input type="text" id="uuid"
|
<label for="uuid">UUID:</label>
|
||||||
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}"
|
<input type="text" id="uuid"
|
||||||
title="Must be a valid UUID, e.g. 123e4567-e89b-12d3-a456-426614174000" required size=50 />
|
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 />
|
||||||
|
</div>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<button id="request-status">Request status</button>
|
<button id="request-status">Request status</button>
|
||||||
<span id="status-status" class="hidden" style="color: green;"> </span>
|
<span id="status-status" class="hidden" style="color: green;"> </span>
|
||||||
|
Reference in New Issue
Block a user