Abhishek Gupta
Abhishek Gupta
Server crashes if the claim issue url is not a proper url.
We currently just list all the claims. The loggedIn user might be interested in his own claims. There should be an option to filter claims. - [ ] Show Claims...

- [ ] Create a new component `modal` and wrap `modal-dialog` component inside it. - [ ] Replace usages of `modal-dialog` with `modal` - [ ] Close Modal when user...
Jquery was included by default in Ember.js. Though it has served its purpose well, current state of ember and browsers no longer needs Jquery. Ember also has officially [deprecated Jquery](https://github.com/emberjs/rfcs/blob/master/text/0386-remove-jquery.md),...
By Default, the scroll position is preserved while transitioning routes. However, at times this isn't the desired behaviour. We need to scroll to top for the following pages: - [...
We need to show a temporary screen for 5sec before transitioning to next content. - Design and DOM example in motley for the temporary screen (Bounty: 500) - Implement in...
how can i use In and Out Interface Names in netflow v9?
I see you'd need to add `@ember/legacy-built-in-components` for it work. As someone who wasted considerable time trying to find this information in the release notes, it would be great if...