File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ <h2 class="ui header">
4141 < div class ="twelve wide right column ">
4242 <!-- display all logs -->
4343 < div class ="ui divided very relaxed animated selection list ">
44- < a class ="item " ng-repeat ="log in logs track by log.key | orderBy:'-timestamp' " ng-class ="{ active: $index == logSelectedIndex } "
44+ < a class ="item " ng-repeat ="log in logs track by log.key " ng-class ="{ active: $index == logSelectedIndex } "
4545 ng-click ="logCtrl.clickLogFn($index, log) ">
4646 < div class ="right floated date "> {{ log.timestamp | date:'MMM dd, yyyy' }}</ div >
4747 < div class ="description ">
@@ -118,7 +118,7 @@ <h2 class="ui header">
118118 </ tr >
119119 </ thead >
120120 < tbody >
121- < tr ng-repeat ="log in remLogs track by log.key ">
121+ < tr ng-repeat ="log in remLogs | orderBy:'-timestamp' track by log.key ">
122122 < td > {{ $index + 1 }}</ td >
123123 < td colspan ="3 "> {{ log.title }}</ td >
124124 < td class ="positive "> < input type ="radio " name ="option-{{$index}} " value ="restore " ng-model ="log.option "> </ td >
You can’t perform that action at this time.
0 commit comments