# HG changeset patch # User drewp@bigasterisk.com # Date 1553374664 25200 # Node ID 91b4a04a33e7b16755c4c6e9e2240d72ed19d2bd # Parent f1a9b467047037460d3cc449774a260bebac4184 split console web component Ignore-this: 1af5e69fff09e7e5680ffb25e9236fc0 diff -r f1a9b4670470 -r 91b4a04a33e7 service/rfid_pn532_py/index.html --- a/service/rfid_pn532_py/index.html Sat Mar 23 04:38:07 2019 -0700 +++ b/service/rfid_pn532_py/index.html Sat Mar 23 13:57:44 2019 -0700 @@ -30,99 +30,9 @@ sensor: 'http://bigasterisk.com/homeauto/sensor/', }; - - - - - + - - - - - diff -r f1a9b4670470 -r 91b4a04a33e7 service/rfid_pn532_py/rfid-console.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/rfid_pn532_py/rfid-console.html Sat Mar 23 13:57:44 2019 -0700 @@ -0,0 +1,90 @@ + + + + + + + + + + + diff -r f1a9b4670470 -r 91b4a04a33e7 service/rfid_pn532_py/rfid.py --- a/service/rfid_pn532_py/rfid.py Sat Mar 23 04:38:07 2019 -0700 +++ b/service/rfid_pn532_py/rfid.py Sat Mar 23 13:57:44 2019 -0700 @@ -190,7 +190,7 @@ port = 10012 reactor.listenTCP(port, cyclone.web.Application([ - (r"/()", cyclone.web.StaticFileHandler, + (r"/(|.+\.html)", cyclone.web.StaticFileHandler, {"path": ".", "default_filename": "index.html"}), (r"/graph", CycloneGraphHandler, {'masterGraph': masterGraph}), (r"/graph/events", CycloneGraphEventsHandler,