diff options
Diffstat (limited to 'web/static/app/templates/property.html')
-rw-r--r-- | web/static/app/templates/property.html | 6 |
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> |