Use LACONIC_HOSTED_CONFIG #1
@ -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",
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user