Skip to content

Commit c0a52bd

Browse files
authored
changed the name in portfolio navigator for dc #313 (#319)
1 parent 275a342 commit c0a52bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PortfolioNavigator/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const SERVICES: OtcService[] = [
8080
{ id: "TMS", symbol: "TMS", name: "Tag Management Service", category: "Management & Deployment", description: "Tag Management Service (TMS) is a visualized service for fast, unified tag management that enables you to control your resource permissions and billing more efficiently. It allows you to tag and categorize cloud services across regions, and it can be accessed through the TMS console or using APIs.", hc_url: "https://docs.otc.t-systems.com/tag-management-service/index.html", chips: ["Management"], regions: ["eu-de", "eu-ch"] },
8181

8282
// Network
83-
{ id: "DirectConnect", symbol: "Direct Connect", name: "Dedicated Network Connection", category: "Network", description: "A Direct Connect is a service that allows you to establish a dedicated network connection from your data center to the public cloud platform. You can establish a private connection between the public cloud platform and your data center, office, or collocation environment, which can reduce your network latency and provide a more consistent network experience than Internet-based connections.", hc_url: "https://docs.otc.t-systems.com/direct-connect/index.html", chips: ["IaaS"], regions: ["eu-de", "eu-nl", "eu-ch"] },
83+
{ id: "DirectConnect", symbol: "Direct Connect", name: "Direct Connect", category: "Network", description: "A Direct Connect is a service that allows you to establish a dedicated network connection from your data center to the public cloud platform. You can establish a private connection between the public cloud platform and your data center, office, or collocation environment, which can reduce your network latency and provide a more consistent network experience than Internet-based connections.", hc_url: "https://docs.otc.t-systems.com/direct-connect/index.html", chips: ["IaaS"], regions: ["eu-de", "eu-nl", "eu-ch"] },
8484
{ id: "DNS", symbol: "DNS", name: "Domain Name Service", category: "Network", description: "Domain Name Service (DNS) provides highly available and scalable authoritative DNS resolution services and domain name management services. It translates domain names or application resources into IP addresses required for network connection. By doing so, visitor's access requests are directed to the desired resources.", hc_url: "https://docs.otc.t-systems.com/domain-name-service/index.html", chips: ["IaaS"], regions: ["eu-de", "eu-ch"] },
8585
{ id: "EIP", symbol: "EIP", name: "Elastic IP", category: "Network", description: "An EIP is a static, public IP address. You can bind an EIP to an ECS in your subnet to enable the ECS in your VPC to communicate with the Internet through a fixed public IP address.", hc_url: "https://docs.otc.t-systems.com/elastic-ip/index.html", chips: ["IaaS"], regions: ["eu-de", "eu-nl", "eu-ch"] },
8686
{ id: "ELB", symbol: "ELB", name: "Elastic Load Balancing", category: "Network", description: "Elastic Load Balancing (ELB) is a service that automatically distributes access traffic to multiple Elastic Cloud Servers (ECSs) to balance their service load. ELB enables you to achieve higher levels of fault tolerance in your applications and expand application service capabilities.", hc_url: "https://docs.otc.t-systems.com/elastic-load-balancing/index.html", chips: ["IaaS"], regions: ["eu-de", "eu-nl", "eu-ch"] },

0 commit comments

Comments
 (0)