From 803148d5a23afe207fb5de9ac73c986a324feb9c Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 31 Oct 2015 14:09:39 +0100 Subject: core: o Improved transaction handling. web: o Supporting changing a device's name and description. --- web/static/app/templates/device.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'web/static/app/templates/device.html') diff --git a/web/static/app/templates/device.html b/web/static/app/templates/device.html index d126f1d..270c461 100644 --- a/web/static/app/templates/device.html +++ b/web/static/app/templates/device.html @@ -56,19 +56,25 @@
Created
-
{{ctrl.device.created_timestamp | date}}
+
  + {{ctrl.device.created_timestamp | date}}
Name
-  {{ctrl.device.name}} - + {{ctrl.device.name}}
Description
-
 {{ctrl.device.description}}
+
+ {{ctrl.device.description}} + + + + +

Properties

-- cgit v1.2.3