diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-04-06 14:35:56 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-09-20 12:41:34 -0500 |
| commit | aeedf9e590806f62dcebdccc4ebd51a38d4c67fc (patch) | |
| tree | 0ce3d9276edba372995f001182011fad4003040b /app/index.html | |
| parent | 6af1346da8c0842c2c464eab68793c7bf99b9275 (diff) | |
| download | phosphor-webui-aeedf9e590806f62dcebdccc4ebd51a38d4c67fc.tar.gz phosphor-webui-aeedf9e590806f62dcebdccc4ebd51a38d4c67fc.zip | |
added sensor templates
Change-Id: I805828ce3cb80dbceb1dbba5d0e39fb31fbd6baf
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/index.html')
| -rw-r--r-- | app/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html index 79dc11b..848db3c 100644 --- a/app/index.html +++ b/app/index.html @@ -53,6 +53,8 @@ <script src="overview/controllers/system-overview-controller.js"></script> <script src="overview/controllers/unit-id-controller.js"></script> <script src="overview/controllers/log-controller.js"></script> + <script src="overview/controllers/sensors-controller.js"></script> + <script src="overview/controllers/sensors-overview-controller.js"></script> <!-- endbuild --> </body> |

