| Index: gm/rebaseline_server/static/live-view.html
|
| diff --git a/gm/rebaseline_server/static/live-view.html b/gm/rebaseline_server/static/live-view.html
|
| index 2f8241e0473896e96ef829150d6af9cd58666e31..cb503784f7e9ab3f7d3409a4ed133733500927ea 100644
|
| --- a/gm/rebaseline_server/static/live-view.html
|
| +++ b/gm/rebaseline_server/static/live-view.html
|
| @@ -267,6 +267,7 @@
|
| <a ng-class="'sort-' + sortedByColumnsCls(constants.KEY__IMAGEPAIRS__IMAGE_A_URL)"
|
| ng-click="sortResultsBy('none', constants.KEY__IMAGEPAIRS__IMAGE_A_URL)"
|
| href=""
|
| + title="setA: '{{setASection}}' within {{setADir}}"
|
| class="sortable-header">
|
| {{imageSets[constants.KEY__IMAGESETS__SET__IMAGE_A][constants.KEY__IMAGESETS__FIELD__DESCRIPTION]}}
|
| </a>
|
| @@ -275,6 +276,7 @@
|
| <a ng-class="'sort-' + sortedByColumnsCls(constants.KEY__IMAGEPAIRS__IMAGE_B_URL)"
|
| ng-click="sortResultsBy('none', constants.KEY__IMAGEPAIRS__IMAGE_B_URL)"
|
| href=""
|
| + title="setB: '{{setBSection}}' within {{setBDir}}"
|
| class="sortable-header">
|
| {{imageSets[constants.KEY__IMAGESETS__SET__IMAGE_B][constants.KEY__IMAGESETS__FIELD__DESCRIPTION]}}
|
| </a>
|
|
|