Skip to content

Commit

Permalink
Deprecate unused tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-paulau committed Jun 16, 2016
1 parent 2de1cb8 commit 719b131
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function MetricList($scope, $http) {
$scope.categories = [{
"id": "all", "title": "All"
}, {
"id": "bandr", "title": "Backup/Restore"
"id": "bandr", "title": "Backup"
}, {
"id": "beam", "title": "beam.smp"
}, {
Expand All @@ -65,16 +65,12 @@ function MetricList($scope, $http) {
"id": "index", "title": "View Indexing"
}, {
"id": "query", "title": "View Query"
}, {
"id": "spatial", "title": "Spatial Query"
}, {
"id": "n1ql", "title": "N1QL"
}, {
"id": "secondary", "title": "Sec. Index"
"id": "secondary", "title": "2i"
}, {
"id": "xdcr", "title": "XDCR"
}, {
"id": "gateway", "title": "Sync Gateway"
}, {
"id": "fts", "title": "FTS"
}
Expand Down

0 comments on commit 719b131

Please sign in to comment.