aboutsummaryrefslogtreecommitdiff
path: root/_wui/index.html
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-12-22 03:05:23 +0700
committerShulhan <ms@kilabit.info>2023-12-22 03:09:46 +0700
commit65c66728904a8a26fa8593cfe6a7d39e45c0ef1f (patch)
tree305795254aac3d52af173783479616c68012491b /_wui/index.html
parentaa64efe9e8957da6c122f9decaaa78dca83d14ee (diff)
downloadawwan-65c66728904a8a26fa8593cfe6a7d39e45c0ef1f.tar.xz
_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
Diffstat (limited to '_wui/index.html')
-rw-r--r--_wui/index.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/_wui/index.html b/_wui/index.html
index b2b4a0e..792ef85 100644
--- a/_wui/index.html
+++ b/_wui/index.html
@@ -135,11 +135,6 @@
height: 27em;
}
- #exec_icon {
- font-size: 14pt;
- vertical-align: middle;
- }
-
#output {
background-color: lavender;
border: 1px solid silver;