1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Inspect and Resources not yet implemented.

This commit is contained in:
Gunther Brunner 2014-05-27 15:57:08 +09:00
parent 6432a5651c
commit d9979a73a8

View file

@ -17,18 +17,18 @@ module.exports = function ControlPanesController(
templateUrl: 'control-panes/screenshots/screenshots.jade',
filters: ['native', 'web']
},
{
title: gettext('Inspect'),
icon: 'fa-pencil',
templateUrl: 'control-panes/inspect/inspect.jade',
filters: ['web']
},
{
title: gettext('Resources'),
icon: 'fa-globe',
templateUrl: 'control-panes/resources/resources.jade',
filters: ['web']
},
// {
// title: gettext('Inspect'),
// icon: 'fa-pencil',
// templateUrl: 'control-panes/inspect/inspect.jade',
// filters: ['web']
// },
// {
// title: gettext('Resources'),
// icon: 'fa-globe',
// templateUrl: 'control-panes/resources/resources.jade',
// filters: ['web']
// },
{
title: gettext('CPU'),
icon: 'fa-bar-chart-o',