mirror of https://github.com/rancher/ui.git
Spelling
This commit is contained in:
parent
d03bb75181
commit
b3f3156092
|
|
@ -60,7 +60,7 @@ export default Controller.extend({
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
downloadFile(`.rancher-images.yml`, get(res, 'body'));
|
downloadFile(`.rancher-images.yml`, get(res, 'body'));
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
get(this, 'growl').fromError('Error Download Images List', error.message);
|
get(this, 'growl').fromError('Error downloading image list', error.message);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue