File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Dashboard/app/js/templates/navData Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<tr >
22 <td class =" device" >{{ view.dataPointRowNumber }} </td >
3- <td class =" displayName" style =" text-align:left;" >{{ item. displayName}} </td >
4- <td class =" identifier" style =" text-align:left;" >{{ item. identifier}} </td >
5- <td class =" collected" >{{ #with item }} {{ date1 lastUpdateDateTime }} {{ /with }} </td >
3+ <td class =" displayName" style =" text-align:left;" >{{ displayName }} </td >
4+ <td class =" identifier" style =" text-align:left;" >{{ identifier }} </td >
5+ <td class =" collected" >{{ date1 lastUpdateDateTime }} </td >
66
77 {{ #if view.parentView.showApprovalStatusColumn }}
88 <td class =" approvalStatus" >
Original file line number Diff line number Diff line change 4141 </tr >
4242 </thead >
4343 <tbody >
44- {{ #each item in FLOW.router.surveyedLocaleController.currentContents }}
45- {{ view FLOW.DataPointView contentBinding =" item " }}
44+ {{ #each FLOW.router.surveyedLocaleController.currentContents }}
45+ {{ view FLOW.DataPointView contentBinding =" this " }}
4646 {{ /each }}
4747 </tbody >
4848 </table >
You can’t perform that action at this time.
0 commit comments