mirror of https://github.com/rancher/ui.git
Merge pull request #3485 from codyrancher/fp-master-3484
[forwardport] Surface Refresh Kubernetes Metadata error message
This commit is contained in:
commit
c2df691322
|
|
@ -48,7 +48,7 @@ export default Controller.extend({
|
|||
url: '/v3/kontainerdrivers?action=refresh',
|
||||
method: 'POST',
|
||||
}).catch((error) => {
|
||||
get(this, 'growl').fromError(error.message);
|
||||
get(this, 'growl').fromError(undefined, error.body.message);
|
||||
}).finally(() => set(this, 'refreshing', false));
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue