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:
parent
403de0d319
commit
f1a21c07bd
9 changed files with 97 additions and 35 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue