Skip to content

Commit

Permalink
Keep Filter While Drilldown / Navigating (#89)
Browse files Browse the repository at this point in the history
* setup project
* stop overriding filter
* cleanup
* bump versions
  • Loading branch information
Aric Allen committed Oct 7, 2020
1 parent 1f31eb8 commit 0a7816f
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 69 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.2
2 changes: 0 additions & 2 deletions app/routes/capture.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ export default Ember.Route.extend({
this.transitionTo('capture.views.view', drilldownInfo.viewId, {
queryParams: this.getCurrentQueryParams({
drilldownInfoParam: drilldownInfo.drilldownInfoParam,
searchPattern: undefined,
filter: undefined,
}),
});
},
Expand Down
89 changes: 24 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sysdig-inspect",
"version": "0.7.1",
"version": "0.7.2",
"description": "Sysdig Inspect",
"author": "Sysdig Inc.",
"license": {
Expand Down

0 comments on commit 0a7816f

Please sign in to comment.