mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Adding Activity mockup.
This commit is contained in:
@@ -43,6 +43,12 @@ module.exports = function ($scope, gettext, $routeParams, $location, DeviceServi
|
||||
].concat(angular.copy(sharedTabs))
|
||||
|
||||
$scope.belowTabs = [
|
||||
{
|
||||
title: gettext('Activity'),
|
||||
icon: 'fa-clock-o',
|
||||
templateUrl: 'control-panes/activity/activity.jade',
|
||||
filters: ['native', 'web']
|
||||
},
|
||||
{
|
||||
title: gettext('Logs'),
|
||||
icon: 'fa-list-alt',
|
||||
|
||||
Reference in New Issue
Block a user