Display server logs

This commit is contained in:
jendib
2013-08-03 21:51:15 +02:00
parent c0e7e34373
commit f5871e89e2
8 changed files with 60 additions and 1 deletions
+9
View File
@@ -66,6 +66,15 @@ var App = angular.module('docs', ['ui.state', 'ui.bootstrap', 'ui.route', 'ui.ke
}
}
})
.state('settings.log', {
url: '/log',
views: {
'settings': {
templateUrl: 'partial/settings.log.html',
controller: 'SettingsLog'
}
}
})
.state('document', {
url: '/document',
abstract: true,