From 13ebc9d3f82f686ca2bc8388095feeb9067e2e40 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 31 Oct 2015 21:26:13 +0100 Subject: web: o Showning device name and description. o Trying out cards for the property list. --- web/static/app/templates/property.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'web/static/app/templates/property.html') diff --git a/web/static/app/templates/property.html b/web/static/app/templates/property.html index 5e8199d..8cff1f0 100644 --- a/web/static/app/templates/property.html +++ b/web/static/app/templates/property.html @@ -1,15 +1,19 @@

- {{ctrl.device.key}} - device + + {{(ctrl.device.name || ctrl.device.key)}} +

- {{ctrl.property.key}} - property + {{(ctrl.property.name || ctrl.property.key)}}

+

+ {{ctrl.property.description}} +

+