diff options
| author | Shulhan <ms@kilabit.info> | 2023-12-22 03:05:23 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-22 03:09:46 +0700 |
| commit | 65c66728904a8a26fa8593cfe6a7d39e45c0ef1f (patch) | |
| tree | 305795254aac3d52af173783479616c68012491b /_wui/index.html | |
| parent | aa64efe9e8957da6c122f9decaaa78dca83d14ee (diff) | |
| download | awwan-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.html | 5 |
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; |
