mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(styleguide): removed unused/empty tabs
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user