mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Finally fixed the scrollbar height.
Removing CPU tab by lack of implementation.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user