Merge pull request #1000 from balloob/view-url-sync

Update frontend with view url sync
This commit is contained in:
Paulus Schoutsen 2016-01-25 22:54:00 -08:00
commit b97de5cef6
4 changed files with 14 additions and 12 deletions

View File

@ -21,7 +21,9 @@ _LOGGER = logging.getLogger(__name__)
FRONTEND_URLS = [ FRONTEND_URLS = [
URL_ROOT, '/logbook', '/history', '/map', '/devService', '/devState', URL_ROOT, '/logbook', '/history', '/map', '/devService', '/devState',
'/devEvent', '/devInfo', '/devTemplate', '/states'] '/devEvent', '/devInfo', '/devTemplate',
re.compile(r'/states(/([a-zA-Z\._\-0-9/]+)|)'),
]
_FINGERPRINT = re.compile(r'^(\w+)-[a-z0-9]{32}\.(\w+)$', re.IGNORECASE) _FINGERPRINT = re.compile(r'^(\w+)-[a-z0-9]{32}\.(\w+)$', re.IGNORECASE)

View File

@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_frontend script """ """ DO NOT MODIFY. Auto-generated by build_frontend script """
VERSION = "faf06b8c623bb70b632da9b3282a228f" VERSION = "d3490eb2c77bfe127e09c8c1ad148580"

File diff suppressed because one or more lines are too long

@ -1 +1 @@
Subproject commit 917f9d8519c8510febe4fec28fa706c9b1a7754a Subproject commit 8524390ae5b6a28f9bf3472cd9643765de7a3425