mirror of https://github.com/rancher/ui.git
Merge pull request #2903 from loganhz/logging-test
Fix logging action issue
This commit is contained in:
commit
03a331cedb
|
|
@ -3,4 +3,10 @@ import Controller from '@ember/controller';
|
|||
export default Controller.extend({
|
||||
queryParams: ['targetType'],
|
||||
targetType: 'none',
|
||||
|
||||
actions: {
|
||||
refreshModel() {
|
||||
this.send('refresh');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ export default Route.extend({
|
|||
},
|
||||
|
||||
actions: {
|
||||
refreshModel() {
|
||||
refresh() {
|
||||
this.refresh();
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue