Mercurial > code > home > repos > homeauto
diff service/frontDoorLock/index.html @ 1455:1a7cd0cff3eb
rename store's graph uri
Ignore-this: dc2e863eb429456f9d642b53bbae1cc4
darcs-hash:a7cf4772cf49ddbea9dc04d903a597893ff25653
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 25 Sep 2019 17:33:32 -0700 |
parents | baf1acaa9ac9 |
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 () {