diff --git a/gm/rebaseline_server/static/loader.js b/gm/rebaseline_server/static/loader.js index efdab3b460..80f84c6a3a 100644 --- a/gm/rebaseline_server/static/loader.js +++ b/gm/rebaseline_server/static/loader.js @@ -45,13 +45,7 @@ Loader.controller( $scope.categories = data.categories; $scope.testData = data.testData; $scope.sortColumn = 'test'; - $scope.showTodos = false; - - $scope.dispositions = [ - 'Unfiled', 'Hidden', 'Pending Approval' - ]; - $scope.defaultDisposition = $scope.dispositions[0]; - $scope.viewingDisposition = $scope.defaultDisposition; + $scope.showTodos = true; for (var i = 0; i < $scope.testData.length; i++) { $scope.testData[i].index = i; @@ -119,10 +113,6 @@ Loader.controller( $scope.areUpdatesPending = true; } - $scope.setViewingDisposition = function(disposition) { - $scope.viewingDisposition = disposition; - } - $scope.localTimeString = function(secondsPastEpoch) { var d = new Date(secondsPastEpoch * 1000); return d.toString(); diff --git a/gm/rebaseline_server/static/view.css b/gm/rebaseline_server/static/view.css deleted file mode 100644 index c422bd003f..0000000000 --- a/gm/rebaseline_server/static/view.css +++ /dev/null @@ -1,6 +0,0 @@ -.disposition-tab-true { - background-color: #ccccff; -} -.disposition-tab-false { - background-color: #8888ff; -} diff --git a/gm/rebaseline_server/static/view.html b/gm/rebaseline_server/static/view.html index c8095a4d9f..9f0158d579 100644 --- a/gm/rebaseline_server/static/view.html +++ b/gm/rebaseline_server/static/view.html @@ -6,7 +6,6 @@
- TODO(epoger): - - show -
Filters @@ -140,19 +80,49 @@ |
---|
+ TODO(epoger): + + show +
- Found {{filteredTestData.length}} matches;
-
- displaying the first {{limitedTestData.length}}
-
-
- displaying them all
-
-
-
+ Found {{filteredTestData.length}} matches, and displaying the first
+ {{displayLimit}}:
+
(click on the column header radio buttons to re-sort by that column)
-
@@ -206,8 +176,7 @@ ng-click="toggleItemSelected(result.index)"> |
---|