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. --- .../app/templates/device-edit-attribute.modal.html | 23 ++++++++++++++++++---- web/static/app/templates/device.html | 14 +++++++++---- 2 files changed, 29 insertions(+), 8 deletions(-) (limited to 'web/static/app/templates') diff --git a/web/static/app/templates/device-edit-attribute.modal.html b/web/static/app/templates/device-edit-attribute.modal.html index e471e5f..fc22d7b 100644 --- a/web/static/app/templates/device-edit-attribute.modal.html +++ b/web/static/app/templates/device-edit-attribute.modal.html @@ -2,12 +2,27 @@ - + 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