No homepage

This commit is contained in:
Thomas E Lackey 2024-02-15 21:11:52 -06:00
parent 29c2777f41
commit a868dc84f5
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
"name": "webapp-deployment-status-ui",
"version": "0.1.0",
"private": true,
"homepage": "LACONIC_HOSTED_CONFIG_app_path",
"dependencies": {
"@tanstack/react-query": "^5.17.15",
"@testing-library/jest-dom": "^5.14.1",

View File

@ -35,7 +35,7 @@ function StatusTable() {
{query.data?.map((status: any) => <div className={status.lastState.toLowerCase() + " status-row"}>
<div className="status-line">
<span className="status-key">Request ID:</span>
<span className="status-value"><a href={consoleLink.replace("$RQID$", status.id)}>{status.id}</a></span>
<span className="status-value"><a href={consoleLink.replace("#RQID#", status.id)}>{status.id}</a></span>
</div>
<div className="status-line">
<span className="status-key">Application:</span>