securis/src/main/webapp/src/app/listing/application.list.component.ts
.. .. @@ -69,8 +69,8 @@ 69 69 } 70 70 71 71 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}});74 74 } 75 75 76 76 isActionAvailable(pack : any) : boolean {