rsanchez
2017-06-07 89a0646d18da6f3290a883121e38f4086a6fb37e
securis/src/main/webapp/src/app/listing/application.list.component.ts
....@@ -69,8 +69,8 @@
6969 }
7070
7171
72
- packAction(action: any) {
73
- console.log(action.command);
72
+ showRelatedPacks(app : any) : void {
73
+ this.router.navigate(['packs/'], {queryParams: {applicationId: app.id, name: app.name}});
7474 }
7575
7676 isActionAvailable(pack : any) : boolean {