summaryrefslogtreecommitdiff
path: root/Assistant/Threads
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-03 15:16:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-03 15:24:21 -0400
commit3bb7ad5f1f3acc0c02f26d374d60337d814c5d54 (patch)
treed6a30a873e794e8eca4e6befb87ecc419bcb38c4 /Assistant/Threads
parenta7b866fe84d55627ed70db0a8266a0b3e708290b (diff)
webapp: Add UI to stop assistant.
Would like to also have restart UI, but that's rather harder to do, seems it'd need to start another copy of the webapp, and redirect the browser to its new url, but running two assistants in the same repo at the same time isn't good.
Diffstat (limited to 'Assistant/Threads')
-rw-r--r--Assistant/Threads/WebApp.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs
index a91a198e9..58e7de1f6 100644
--- a/Assistant/Threads/WebApp.hs
+++ b/Assistant/Threads/WebApp.hs
@@ -25,6 +25,7 @@ import Assistant.WebApp.Configurators.AWS
import Assistant.WebApp.Configurators.WebDAV
import Assistant.WebApp.Configurators.XMPP
import Assistant.WebApp.Documentation
+import Assistant.WebApp.Control
import Assistant.WebApp.OtherRepos
import Assistant.Types.ThreadedMonad
import Utility.WebApp