Add support for webui (#105)

* Add support for webui

* support lists

* fix regex
This commit is contained in:
Pascal Vizeli
2017-07-21 01:34:46 +02:00
committed by GitHub
parent 7e1bb42bb7
commit 0f30a23f3e
5 changed files with 30 additions and 5 deletions

View File

@@ -66,6 +66,7 @@ ATTR_STARTUP = 'startup'
ATTR_BOOT = 'boot'
ATTR_PORTS = 'ports'
ATTR_MAP = 'map'
ATTR_WEBUI = 'webui'
ATTR_OPTIONS = 'options'
ATTR_INSTALLED = 'installed'
ATTR_DETACHED = 'detached'