From 60c65f2110f65221bc3a71b2887667e78c53c53e Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Wed, 22 Mar 2017 17:44:16 +0000
Subject: [PATCH] #3527 fix - Added pack/license actions and a lot of bugfixing

---
 securis/src/main/webapp/src/app/resources/packs.ts |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/securis/src/main/webapp/src/app/resources/packs.ts b/securis/src/main/webapp/src/app/resources/packs.ts
index 951db3b..17ce29b 100644
--- a/securis/src/main/webapp/src/app/resources/packs.ts
+++ b/securis/src/main/webapp/src/app/resources/packs.ts
@@ -57,6 +57,21 @@
 				'delete': [PACK_STATUS.CREATED, PACK_STATUS.CANCELLED]
 		}
 
+export const PACK_ACTIONS : any[] = [{
+    command: 'activate',
+    icon: 'play_circle_outline',
+    name: 'Activate'
+  },{
+    command: 'putonhold',
+    icon: 'pause_circle_outline',
+    name: 'Put on hold'
+  },{
+    command: 'cancel',
+    icon: 'cancel',
+    name: 'Cancel'
+  }]
+
+
 
 @Injectable()
 export class PacksService extends SeCurisResourceServices {

--
Gitblit v1.3.2