1
0
Fork 0

feat(webui): Add dashboard filter.

- Convert Object properties to and array for backends and frondends for each providers.
- Remove unused parameters.
- Add filter.
This commit is contained in:
Fernandez Ludovic 2017-04-14 10:44:35 +02:00
parent 6ba17847ab
commit a8cbe7ef5e
8 changed files with 53 additions and 19 deletions

View file

@ -1,7 +1,7 @@
'use strict';
/** @ngInject */
function VersionController($scope, $interval, $log, Version) {
function VersionController($scope, Version) {
Version.get(function (version) {
$scope.version = version;
});