Skip to content

Commit

Permalink
feat(account): add hycu filter on contacts services page
Browse files Browse the repository at this point in the history
ref: MANAGER-15782

Signed-off-by: Jacques Larique <[email protected]>
  • Loading branch information
Jacques Larique committed Dec 3, 2024
1 parent 89aa7bf commit 93a31ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"account_contacts_service_category_NUTANIX": "Nutanix",
"account_contacts_service_category_DEDICATED_CLUSTER": "3-AZ server",
"account_contacts_service_category_PACK_SIP_TRUNK": "Packs SIP Trunk",
"account_contacts_service_category_HYCU": "HYCU",
"account_contacts_service_contact_admin": "Contact administrateur",
"account_contacts_service_contact_tech": "Contact technique",
"account_contacts_service_contact_billing": "Contact facturation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const AVAILABLE_SERVICES = [
'LOGS',
'NUTANIX',
'DEDICATED_CLUSTER',
'HYCU',
];

export default {
Expand Down

0 comments on commit 93a31ca

Please sign in to comment.