Initial support for maps in frontend

This commit is contained in:
Paulus Schoutsen 2015-09-20 23:14:58 -07:00
parent ca698ff063
commit acddae3747
9 changed files with 999 additions and 16 deletions

View File

@ -21,7 +21,8 @@ _LOGGER = logging.getLogger(__name__)
FRONTEND_URLS = [
URL_ROOT, '/logbook', '/history', '/devService', '/devState', '/devEvent']
URL_ROOT, '/logbook', '/history', '/map', '/devService', '/devState',
'/devEvent']
STATES_URL = re.compile(r'/states(/([a-zA-Z\._\-0-9/]+)|)')

View File

@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_frontend script """
VERSION = "5f35285bc502e3f69f564240fee04baa"
VERSION = "a214817c2cf42dea4c1beed7568205a9"

File diff suppressed because one or more lines are too long

@ -1 +1 @@
Subproject commit 68f6c6ae5d37a1f0fcd1c36a8803581f9367ac5f
Subproject commit f354b72a8d471c3b1ea157a1d3f894b4106dd94a

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B