mirror of https://github.com/status-im/consul.git
Add intentions actions mixin
This commit is contained in:
parent
9d6b9b7717
commit
8023bb9b03
|
@ -3,7 +3,9 @@ import { inject as service } from '@ember/service';
|
||||||
import { hash } from 'rsvp';
|
import { hash } from 'rsvp';
|
||||||
import { get } from '@ember/object';
|
import { get } from '@ember/object';
|
||||||
|
|
||||||
export default Route.extend({
|
import WithIntentionActions from 'consul-ui/mixins/intention/with-actions';
|
||||||
|
|
||||||
|
export default Route.extend(WithIntentionActions, {
|
||||||
repo: service('intentions'),
|
repo: service('intentions'),
|
||||||
queryParams: {
|
queryParams: {
|
||||||
s: {
|
s: {
|
||||||
|
|
Loading…
Reference in New Issue