1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

feat(edge-stacks): add refresh to edit stack page (#3835)

This commit is contained in:
Chaim Lev-Ari 2020-05-18 11:05:00 +03:00 committed by GitHub
parent 42e7db0ae7
commit 2260107811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 4 deletions

View file

@ -66,6 +66,9 @@ angular.module('portainer.edge', []).config(function config($stateRegistryProvid
component: 'editEdgeStackView',
},
},
params: {
tab: 0,
},
};
$stateRegistryProvider.register(edge);