mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Moved Remote Debug from Advanced to Dashboard for faster access.
This commit is contained in:
12
res/app/control-panes/dashboard/remote-debug/index.js
Normal file
12
res/app/control-panes/dashboard/remote-debug/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
require('./remote-debug.css')
|
||||
|
||||
module.exports = angular.module('stf.remote-debug', [
|
||||
|
||||
])
|
||||
.run(["$templateCache", function ($templateCache) {
|
||||
$templateCache.put(
|
||||
'control-panes/advanced/remote-debug/remote-debug.jade',
|
||||
require('./remote-debug.jade')
|
||||
)
|
||||
}])
|
||||
.controller('RemoteDebugCtrl', require('./remote-debug-controller'))
|
||||
Reference in New Issue
Block a user