diff --git a/florist/app/jobs/details/page.tsx b/florist/app/jobs/details/page.tsx index 17e12ca..fea9992 100644 --- a/florist/app/jobs/details/page.tsx +++ b/florist/app/jobs/details/page.tsx @@ -55,7 +55,7 @@ export function JobDetailsBody(): ReactElement { return (
+ Name + | ++ Value + | +
---|---|
+
+
+ {serverConfigName}
+
+
+ |
+
+
+
+ {serverConfigJson[serverConfigName]}
+
+
+ |
+
+ Client + | ++ Address + | ++ Data Path + | ++ Redis Host + | ++ Redis Port + | +
---|---|---|---|---|
+
+
+ {clientInfo.client}
+
+
+ |
+
+
+
+ {clientInfo.service_address}
+
+
+ |
+
+
+
+ {clientInfo.data_path}
+
+
+ |
+
+
+
+ {clientInfo.redis_host}
+
+
+ |
+
+
+
+ {clientInfo.redis_port}
+
+
+ |
+