From 719b1310163e60125ccc8d2cf29be404ab920b0b Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 16 Jun 2016 15:08:20 -0700 Subject: [PATCH] Deprecate unused tabs --- app/js/controller.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/js/controller.js b/app/js/controller.js index f9c9025..50379f8 100644 --- a/app/js/controller.js +++ b/app/js/controller.js @@ -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" }, { @@ -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" }