diff --git a/modules/distribution/src/repository/jaggeryapps/iot/units/alldevices/alldevices.hbs b/modules/distribution/src/repository/jaggeryapps/iot/units/alldevices/alldevices.hbs index 350a3eb6..78eda2be 100644 --- a/modules/distribution/src/repository/jaggeryapps/iot/units/alldevices/alldevices.hbs +++ b/modules/distribution/src/repository/jaggeryapps/iot/units/alldevices/alldevices.hbs @@ -20,70 +20,33 @@
- - 001 - John's Raspberry Pi - - - - - - - - 002 - John's Arduino - - - - - - - - 003 - John's BeagleBone - - - - - - - - 004 - John's Firealarm - - - - - - + {{#if devices.device}} + {{#each devices.device}} + + {{deviceIdentifier}} + {{name}} + + + + + + + {{/each}} + {{else}} + + + + No Devices available. + + + {{/if}}