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:
parent
42e7db0ae7
commit
2260107811
3 changed files with 12 additions and 4 deletions
|
@ -66,6 +66,9 @@ angular.module('portainer.edge', []).config(function config($stateRegistryProvid
|
|||
component: 'editEdgeStackView',
|
||||
},
|
||||
},
|
||||
params: {
|
||||
tab: 0,
|
||||
},
|
||||
};
|
||||
|
||||
$stateRegistryProvider.register(edge);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue