From 3bcda9268aa07376fceb6f14f41c843248b0b3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 17 Jun 2016 14:18:24 +0200 Subject: [PATCH] feat(styleguide): removed unused/empty tabs --- public/app/features/styleguide/styleguide.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/styleguide/styleguide.ts b/public/app/features/styleguide/styleguide.ts index 1a195c19ed2..52ccd20ac59 100644 --- a/public/app/features/styleguide/styleguide.ts +++ b/public/app/features/styleguide/styleguide.ts @@ -10,7 +10,7 @@ class StyleGuideCtrl { buttonSizes = ['btn-small', '', 'btn-large']; buttonVariants = ['-', '-outline-']; page: any; - pages = ['colors', 'buttons', 'forms', 'dashboard', 'query-editors']; + pages = ['colors', 'buttons']; /** @ngInject **/ constructor(private $http, $routeParams) {