Fix cell templates
This commit is contained in:
parent
614ea2aa0f
commit
aea4681fa5
@ -1,3 +1 @@
|
||||
<div ng-controller="CellDurationCtrl">
|
||||
<div>{{field1 | timeElapsed}}</div>
|
||||
</div>
|
||||
<div>{{entry.last_state_change | timeElapsed}}</div>
|
||||
|
@ -1,3 +1 @@
|
||||
<div ng-controller="CellLastCheckCtrl">
|
||||
<div>{{field1 * 1000 | date: medium}}</div>
|
||||
</div>
|
||||
<div>{{entry.last_check * 1000 | date: medium}}</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user