aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-10-30 19:45:22 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-10-30 19:45:22 +0100
commitecb664a8550ee787a593db6cf45907100a875a54 (patch)
treedc241c9941df27715f721ef12bd40a7648f09f37 /web
parent5e634d62d599c60a34f405e26ef0c3037e9a37a3 (diff)
downloaddiller-server-ecb664a8550ee787a593db6cf45907100a875a54.tar.gz
diller-server-ecb664a8550ee787a593db6cf45907100a875a54.tar.bz2
diller-server-ecb664a8550ee787a593db6cf45907100a875a54.tar.xz
diller-server-ecb664a8550ee787a593db6cf45907100a875a54.zip
o Splitting the value field into value_numeric and value_text.
Diffstat (limited to 'web')
-rw-r--r--web/static/app/templates/property.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/static/app/templates/property.html b/web/static/app/templates/property.html
index 5f925e7..65a66e8 100644
--- a/web/static/app/templates/property.html
+++ b/web/static/app/templates/property.html
@@ -31,12 +31,6 @@
<td>{{v.value}}</td>
</tr>
</tbody>
- <tbody>
- <tr ng-repeat="v in ctrl.values">
- <td>{{v.timestamp | date:'medium'}}</td>
- <td>{{v.value}}</td>
- </tr>
- </tbody>
</table>
</div>