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:
parent
6432a5651c
commit
d9979a73a8
1 changed files with 12 additions and 12 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue