securis/src/main/webapp/src/app/resources/licenses.ts
.. .. @@ -39,16 +39,6 @@ 39 39 CANCELLED: 'CA' 40 40 } 41 41 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 -52 42 /** 53 43 * These transitions could be get from server, class License.Status, but 54 44 * we copy them for simplicity, this info won't change easily