mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 19:53:32 +02:00
Cleanup code for all views.
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
module.exports = function SettingsCtrl($scope, gettext) {
|
||||
|
||||
$scope.settingTabs = [
|
||||
//{
|
||||
// title: gettext('Keys'),
|
||||
// icon: 'fa-key fa-fw',
|
||||
// templateUrl: 'settings/keys/keys.jade'
|
||||
//},
|
||||
{
|
||||
title: gettext('General'),
|
||||
icon: 'fa-gears fa-fw',
|
||||
|
||||
Reference in New Issue
Block a user