Skip to content

Commit

Permalink
feat(dedicated): update drp content
Browse files Browse the repository at this point in the history
 UpdateDRP content with TEST suffix
 ref: MANAGER-14884

Signed-off-by: Anoop N <anoop.n@ovhcloud.com>
  • Loading branch information
anooparveti committed Aug 26, 2024
1 parent 4c7555d commit 76ef9c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

"ovhManagerPccDashboardOptions_security_term": "Options de conformité sectorielle",

"ovhManagerPccDashboardOptions_security_drp": "Plans de reprise et de continuité d’activité",
"ovhManagerPccDashboardOptions_security_drp": "Plans de reprise et de continuité d’activité TEST",
"ovhManagerPccDashboardOptions_security_drp_status_delivered": "Activé",
"ovhManagerPccDashboardOptions_security_drp_status_delivering": "En cours d’installation",
"ovhManagerPccDashboardOptions_security_drp_status_disabling": "En cours de suppression",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import vcdOrder from './vmware-cloud-director/order';

const moduleName = 'dedicatedCloudDashboardModule';

console.log('Test Development');

angular
.module(moduleName, [
associateIpBloc,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export const DEDICATED_CLOUD_ORDER_URLS = {
US: 'https://us.ovhcloud.com/hosted-private-cloud/vmware/prices/',
};

// Test Comment

export function getDedicatedCloudOrderUrl(subsidiary) {
return (
DEDICATED_CLOUD_ORDER_URLS[subsidiary] || DEDICATED_CLOUD_ORDER_URLS.DEFAULT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"dedicated_clouds_title": "Private Cloud",
"dedicated_clouds_order": "Commander"
"dedicated_clouds_order": "Commander",
"test_content": "Test"
}

0 comments on commit 76ef9c8

Please sign in to comment.