From 65c66728904a8a26fa8593cfe6a7d39e45c0ef1f Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 22 Dec 2023 03:05:23 +0700 Subject: _wui: implement button to stop execution The Stop button call "DELETE /awwan/api/execute?id=" with id is the previous execution ID. Implements: https://todo.sr.ht/~shulhan/awwan/9 --- _example/streaming.aww | 1 + 1 file changed, 1 insertion(+) (limited to '_example') diff --git a/_example/streaming.aww b/_example/streaming.aww index b4e0e66..033a36c 100644 --- a/_example/streaming.aww +++ b/_example/streaming.aww @@ -7,3 +7,4 @@ sleep 3 echo "command #4" sleep 3 echo "completed" +sleep 300 -- cgit v1.3-6-g1900