diff --git a/app/views/account.dashboard.html b/app/views/account.dashboard.html index 793436d9..dd184b3a 100644 --- a/app/views/account.dashboard.html +++ b/app/views/account.dashboard.html @@ -43,6 +43,8 @@

{{'BOX_NAME' | translate}}: {{box.name}}
{{'BOX_EXPOSURE' | translate}} - {{box.exposure}}
{{'BOX_MODEL' | translate}} - {{box.model}}
+
+
senseBox ID - {{box._id}}
@@ -85,7 +87,7 @@

{{'DASHBOARD_DATAUPLOAD' | translate}}

  • {{'BOX_NAME' | translate}}: {{box.name}}

    -

    {{'BOX_EXPOSURE' | translate}}: {{box.exposure}}, {{'BOX_MODEL' | translate}}: {{box.model}}

    +

    {{'BOX_EXPOSURE' | translate}}: {{box.exposure}}, {{'BOX_MODEL' | translate}}: {{box.model}}, senseBox ID - {{box._id}}