Finally fixed the scrollbar height.

Removing CPU tab by lack of implementation.
This commit is contained in:
Gunther Brunner
2014-05-29 02:56:09 +09:00
parent 12fc884f78
commit 5234db9468
5 changed files with 14 additions and 10 deletions

View File

@@ -18,12 +18,12 @@ module.exports = function ControlPanesController($scope, $http, gettext, $routeP
// templateUrl: 'control-panes/resources/resources.jade',
// filters: ['web']
// },
{
title: gettext('CPU'),
icon: 'fa-bar-chart-o',
templateUrl: 'control-panes/cpu/cpu.jade',
filters: ['native', 'web']
},
// {
// title: gettext('CPU'),
// icon: 'fa-bar-chart-o',
// templateUrl: 'control-panes/cpu/cpu.jade',
// filters: ['native', 'web']
// },
{
title: gettext('Advanced'),
icon: 'fa-bolt',