Missed characteristic in template

This commit is contained in:
Matthew Dillon 2015-03-23 07:27:45 -08:00
parent e10426d867
commit 8dbd01c7b1

View file

@ -1,7 +1,7 @@
<table class="flakes-table"> <table class="flakes-table">
<thead> <thead>
<tr> <tr>
<th {{action "setSortBy" "characteristicName"}}>Characteristic</th> <th {{action "setSortBy" "characteristic"}}>Characteristic</th>
<th {{action "setSortBy" "computedType"}}>Measurement Type</th> <th {{action "setSortBy" "computedType"}}>Measurement Type</th>
<th {{action "setSortBy" "computedValue"}}>Measurement</th> <th {{action "setSortBy" "computedValue"}}>Measurement</th>
<th {{action "setSortBy" "notes"}}>Notes</th> <th {{action "setSortBy" "notes"}}>Notes</th>