Adding panel info.

This commit is contained in:
Gunther Brunner
2014-05-01 22:42:35 +09:00
parent cceded14c2
commit 7a598af243
10 changed files with 119 additions and 5 deletions

View File

@@ -40,7 +40,15 @@ module.exports = function ($scope, gettext, $routeParams, $location, DeviceServi
templateUrl: 'control-panes/dashboard/dashboard.jade',
filters: ['native', 'web']
}
].concat(angular.copy(sharedTabs))
].concat(angular.copy(sharedTabs), [
{
title: gettext('Info'),
icon: 'fa-info',
templateUrl: 'control-panes/info/info.jade',
filters: ['native', 'web']
}
])
$scope.belowTabs = [
{