1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-01 20:05:23 +02:00

feat(storidge): add extension check on endpoint switch (#1693)

* feat(storidge): add extension check on endpoint switch

* feat(storidge): add extension check post login
This commit is contained in:
Anthony Lapenna 2018-03-09 08:49:43 +10:00 committed by GitHub
parent 403de0d319
commit f1a21c07bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 97 additions and 35 deletions

View file

@ -44,7 +44,6 @@ function ($scope, $transition$, $interval, ServiceService, Notifications) {
ServiceService.logs($transition$.params().id, 1, 1, 0, $scope.state.lineCount)
.then(function success(data) {
$scope.logs = data;
console.log(JSON.stringify(data, null, 4));
setUpdateRepeater();
})
.catch(function error(err) {