From 1d7629e9b22c859a0e51e05f1ddda875801ddb21 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Mon, 22 Sep 2025 02:36:52 -0700 Subject: [PATCH] Update server address description and placeholders --- frontend/src/components/resources/server/config.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/resources/server/config.tsx b/frontend/src/components/resources/server/config.tsx index 6f0272911..0e1c45ecb 100644 --- a/frontend/src/components/resources/server/config.tsx +++ b/frontend/src/components/resources/server/config.tsx @@ -83,18 +83,18 @@ export const ServerConfig = ({ components: { address: { description: - "The http/s address of periphery in your network for Core -> Periphery connnection.", - placeholder: "https://12.34.56.78:8120", + "For Core -> Periphery connnection mode, specify address of periphery in your network.", + placeholder: "12.34.56.78:8120", }, external_address: { description: "Optional. The address of the server used in container links, if different than the Address.", - placeholder: "https://my.server.int", + placeholder: "my.server.int", }, region: { - placeholder: "Region. Optional.", description: - "Attach a region to the server for visual grouping.", + "Optional. Attach a region to the server for visual grouping.", + placeholder: "Configure Region", }, }, },