rsanchez
2017-03-14 3f6e91cbaf57d1d0c69ab30fee369ef4f0dbe2bf
securis/src/main/webapp/src/app/resources/licenses.ts
....@@ -39,16 +39,6 @@
3939 CANCELLED: 'CA'
4040 }
4141
42
-export const LIC_STATUSES = {
43
- 'CR': 'Created',
44
- 'AC': 'Active',
45
- 'PA': 'Pre-active',
46
- 'RE': 'Requested',
47
- 'EX': 'Expired',
48
- 'BL': 'Blocked',
49
- 'CA': 'Cancelled'
50
-};
51
-
5242 /**
5343 * These transitions could be get from server, class License.Status, but
5444 * we copy them for simplicity, this info won't change easily