diff options
Diffstat (limited to 'web/static/app/templates/device.html')
-rw-r--r-- | web/static/app/templates/device.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/static/app/templates/device.html b/web/static/app/templates/device.html index d1fb6f9..66b5e4d 100644 --- a/web/static/app/templates/device.html +++ b/web/static/app/templates/device.html @@ -56,8 +56,10 @@ <dl class="dl-horizontalX"> <dt class="col-sm-3">Created</dt> - <dd class="col-sm-9"> - {{ctrl.device.created_timestamp | date}}</dd> + <dd class="col-sm-9"> + {{ctrl.device.created_timestamp | date}} + + </dd> <dt class="col-sm-3">Name</dt> <dd class="col-sm-9"> |