mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 01:05:14 +02:00
Add Performance tab.
This commit is contained in:
@@ -21,12 +21,6 @@ module.exports =
|
||||
// icon: 'fa-globe',
|
||||
// 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('Automation'),
|
||||
@@ -34,11 +28,23 @@ module.exports =
|
||||
templateUrl: 'control-panes/automation/automation.jade',
|
||||
filters: ['native', 'web']
|
||||
},
|
||||
{
|
||||
title: gettext('Performance'),
|
||||
icon: 'fa-bar-chart',
|
||||
templateUrl: 'control-panes/performance/performance.jade',
|
||||
filters: ['native', 'web']
|
||||
},
|
||||
{
|
||||
title: gettext('Advanced'),
|
||||
icon: 'fa-bolt',
|
||||
templateUrl: 'control-panes/advanced/advanced.jade',
|
||||
filters: ['native', 'web']
|
||||
},
|
||||
{
|
||||
title: gettext('Info'),
|
||||
icon: 'fa-info',
|
||||
templateUrl: 'control-panes/info/info.jade',
|
||||
filters: ['native', 'web']
|
||||
}
|
||||
]
|
||||
|
||||
@@ -49,14 +55,7 @@ module.exports =
|
||||
templateUrl: 'control-panes/dashboard/dashboard.jade',
|
||||
filters: ['native', 'web']
|
||||
}
|
||||
].concat(angular.copy(sharedTabs), [
|
||||
{
|
||||
title: gettext('Info'),
|
||||
icon: 'fa-info',
|
||||
templateUrl: 'control-panes/info/info.jade',
|
||||
filters: ['native', 'web']
|
||||
}
|
||||
])
|
||||
].concat(angular.copy(sharedTabs))
|
||||
|
||||
|
||||
$scope.belowTabs = [
|
||||
|
||||
Reference in New Issue
Block a user