changed name
This commit is contained in:
parent
7fd287fd06
commit
a141f56ee5
|
|
@ -594,7 +594,7 @@
|
|||
const res = await fetch(`/test/auto/stop/${puNumber}`, { method: "POST" });
|
||||
if (res.ok) {
|
||||
button.classList.remove("auto-running");
|
||||
button.textContent = `Automatic Test PU${puNumber}`;
|
||||
button.textContent = `Automatic Test ${puNumber}`;
|
||||
} else {
|
||||
alert("Failed to stop auto test");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user