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.
This commit is contained in:
parent
d5f18291c5
commit
de2e287133
10 changed files with 61 additions and 10 deletions
|
@ -5,6 +5,9 @@
|
|||
/about/license LicenseR GET
|
||||
/about/repogroups RepoGroupR GET
|
||||
|
||||
/shutdown ShutdownR GET
|
||||
/shutdown/confirm ShutdownConfirmedR GET
|
||||
|
||||
/config ConfigurationR GET
|
||||
/config/repository RepositoriesR GET
|
||||
/config/xmpp XMPPR GET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue