summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-26 21:32:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-26 21:32:08 -0400
commit1d5971fa7e8b716ed0eaddec698b3a28e37972a6 (patch)
treea6375beec68dde7c9daefff9d9ca3c2ba79d1606 /doc
parentef31dd08eebcbe506ae24cd2be7d3ab4d01a8d11 (diff)
update
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/webapp.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index fda70cbdc..732d517cc 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -27,7 +27,8 @@ The webapp is a web server that displays a shiny interface.
* there could be a UI to export a file, which would make it be served up
over http by the web app
* Display any relevant warning messages. One is the `inotify max_user_watches`
- exceeded message.
+ exceeded message. Need to lift such messages into DaemonStatus
+ so the WebApp can include them in its rendering of DaemonStatus.
## implementation