Mercurial > code > home > repos > homeauto
diff service/frontDoorLock/index.html @ 654:f0d45c651817
rename store's graph uri
Ignore-this: dc2e863eb429456f9d642b53bbae1cc4
author | drewp@bigasterisk.com |
---|---|
date | Wed, 25 Sep 2019 17:33:32 -0700 |
parents | 150aa09c9723 |
children | 013e2a89b345 |
line wrap: on
line diff
--- a/service/frontDoorLock/index.html Wed Sep 25 17:29:47 2019 -0700 +++ b/service/frontDoorLock/index.html Wed Sep 25 17:33:32 2019 -0700 @@ -34,11 +34,7 @@ </style> <template> - <div> - <streamed-graph url="graph/events" graph="{{graph}}"></streamed-graph> - <streamed-graph url="/store/graph/events" graph="{{storeGraph}}"></streamed-graph> - </div> - + <h1>Front door lock</h1> <div id="form"> <div> @@ -89,6 +85,11 @@ </template> </div> </div> + <div> + <streamed-graph url="graph/events" graph="{{graph}}"></streamed-graph> + <streamed-graph url="/store/store/events" graph="{{storeGraph}}"></streamed-graph> + </div> + </template> <script> HTMLImports.whenReady(function () {