mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 03:01:11 +00:00
Merge pull request #3233 from weaveworks/api-getfluximages-fix
Correct api.getFluxImages usage
This commit is contained in:
@@ -854,7 +854,7 @@ export function getImagesForService(orgId, serviceId) {
|
||||
});
|
||||
|
||||
// Use the fluxv2 api
|
||||
api.getFluxImages(orgId, serviceId, 2)
|
||||
api.getFluxImages(orgId, serviceId)
|
||||
.then((services) => {
|
||||
dispatch({
|
||||
type: ActionTypes.RECEIVE_SERVICE_IMAGES,
|
||||
|
||||
Reference in New Issue
Block a user