mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
Add ADB Keys tab.
This commit is contained in:
15
res/app/settings/settings-controller.js
Normal file
15
res/app/settings/settings-controller.js
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = function SettingsCtrl($scope, gettext) {
|
||||
|
||||
$scope.settingTabs = [
|
||||
{
|
||||
title: gettext('General'),
|
||||
icon: 'fa-gears fa-fw',
|
||||
templateUrl: 'settings/general/general.jade'
|
||||
},
|
||||
{
|
||||
title: gettext('ADB Keys'),
|
||||
icon: 'fa-key fa-fw',
|
||||
templateUrl: 'settings/adb-keys/adb-keys.jade'
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user