rsanchez
2017-06-07 89a0646d18da6f3290a883121e38f4086a6fb37e
securis/src/main/webapp/src/app/listing/license.list.component.ts
....@@ -111,8 +111,13 @@
111111
112112 goBack() : void {
113113 this.router.navigate([`packs`]);
114
+ }
115
+
116
+ editPack(): void {
117
+ this.router.navigate([`packs/edit/${this.pack.id}`]);
114118 }
115119
120
+
116121 isLicenseExpired(lic: any): boolean {
117122 return lic.expiration_date < (new Date().getTime());
118123 }