Adding Activity mockup.

This commit is contained in:
Gunther Brunner
2014-04-30 18:59:30 +09:00
parent e184cb7c85
commit efa5875d60
9 changed files with 96 additions and 4 deletions

View File

@@ -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',