mirror of https://github.com/rancher/ui.git
Fix close button on logs
This commit is contained in:
parent
10624b8bbb
commit
3810e33975
|
|
@ -24,7 +24,7 @@ export default Overlay.extend(ThrottledResize,{
|
|||
|
||||
actions: {
|
||||
overlayClose: function() {
|
||||
this.send('cancel');
|
||||
this.get('controller').send('cancel');
|
||||
},
|
||||
|
||||
clear: function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue