diff --git a/CHANGELOG-update-services.md b/CHANGELOG-update-services.md new file mode 100644 index 0000000000..1da301b799 --- /dev/null +++ b/CHANGELOG-update-services.md @@ -0,0 +1 @@ +- Update services page to include new UKV endpoint. \ No newline at end of file diff --git a/context/app/static/js/components/ServiceStatusTable/ServiceStatusTable.jsx b/context/app/static/js/components/ServiceStatusTable/ServiceStatusTable.jsx index 9ae4ec0f03..f4aadce8bf 100644 --- a/context/app/static/js/components/ServiceStatusTable/ServiceStatusTable.jsx +++ b/context/app/static/js/components/ServiceStatusTable/ServiceStatusTable.jsx @@ -40,6 +40,7 @@ function ServiceStatusTable({ workspacesEndpoint, ubkgEndpoint, softAssayEndpoint, + ukvEndpoint, }) { const gatewayStatus = useGatewayStatus(`${gatewayEndpoint}/status.json`); @@ -105,6 +106,12 @@ function ServiceStatusTable({ endpointUrl: ubkgEndpoint, githubUrl: 'https://github.com/x-atlas-consortia/hs-ontology-api', }), + buildServiceStatus({ + apiName: 'ukv-api', + response: gatewayStatus.ukv_api, + endpointUrl: ukvEndpoint, + githubUrl: 'https://github.com/x-atlas-consortia/user-key-value-api', + }), ] : [];