Skip to content

Commit 7ed64e0

Browse files
committed
fixed financial services #306
1 parent 010dabf commit 7ed64e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/PortfolioNavigator/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ const SERVICES: OtcService[] = [
112112
{ id: "VBS", symbol: "VBS", name: "Volume Backup Service", category: "Storage", description: "Volume Backup Service (VBS) provides snapshot-based data protection service for Elastic Volume Service (EVS) disks. You can perform one-click backup and restoration for the EVS disks on Elastic Cloud Servers (ECSs) all through the online platform.", hc_url: "https://docs.otc.t-systems.com/volume-backup-service/index.html", chips: ["IaaS"], regions: ["eu-de"] },
113113

114114
// Finance Services
115-
{ id: "FD", symbol: "FD", name: "Financial Dashboard", category: "Finance Services", description: "", hc_url: "", chips: ["Management"], regions: ["global"] },
116-
{ id: "INV", symbol: "INV", name: "Invoicing", category: "Finance Services", description: "", hc_url: "", chips: ["Management"], regions: ["global"] },
115+
{ id: "ED", symbol: "ED", name: "Enterprise Dashboard", category: "Finance Services", description: "The Enterprise Dashboard (ED) helps you keep track of your cloud consumption data, as well as all billing information and financial metrics.", hc_url: "https://enterprise-dashboard.otc-service.com/", chips: ["Management"], regions: ["global"] },
116+
// { id: "INV", symbol: "INV", name: "Invoicing", category: "Finance Services", description: "", hc_url: "", chips: ["Management"], regions: ["global"] },
117117

118118
// Sites Services
119119
{ id: "AC", symbol: "AC", name: "Architecture Center", category: "Sites", description: "The Architecture Center for Open Telekom Cloud, is a knowledge-hub designed to guide architects, developers, and IT teams in building secure, scalable, and efficient cloud solutions. It provides curated best practices, detailed reference architectures, and blueprints for common workloads and use cases. The platform offers infrastructure templates in formats like Terraform and TOSCA to accelerate deployment and ensure consistency. Users can explore architectural guidance for networking, storage, compute, and security. The site focuses on reliability, compliance, and sustainability to meet enterprise and public sector needs. It serves as a central resource for designing and operating solutions on Open Telekom Cloud effectively.", hc_url: "https://arch.otc-service.com/", chips: ["Docs"], regions: ["global"] },

0 commit comments

Comments
 (0)