mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 17:25:23 +02:00
Add Performance tab.
This commit is contained in:
11
res/app/control-panes/performance/index.js
Normal file
11
res/app/control-panes/performance/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
require('./performance.css')
|
||||
|
||||
module.exports = angular.module('stf.performance', [
|
||||
|
||||
])
|
||||
.run(["$templateCache", function ($templateCache) {
|
||||
$templateCache.put('control-panes/performance/performance.jade',
|
||||
require('./performance.jade')
|
||||
)
|
||||
}])
|
||||
.controller('PerformanceCtrl', require('./performance-controller'))
|
||||
Reference in New Issue
Block a user