milestone 32: task-shaped configuration, file mode as a rendering, config status api
Gates / frontend (push) Successful in 1m22s
Gates / test (push) Successful in 1m54s
Gates / test-aarch64 (push) Successful in 7m57s
Gates / package (push) Successful in 5m29s
Gates / container (push) Successful in 10s
CI / gates (push) Successful in 32m51s
Gates / frontend (push) Successful in 1m22s
Gates / test (push) Successful in 1m54s
Gates / test-aarch64 (push) Successful in 7m57s
Gates / package (push) Successful in 5m29s
Gates / container (push) Successful in 10s
CI / gates (push) Successful in 32m51s
This commit is contained in:
@@ -207,9 +207,27 @@ export default function DiagnosticDetailPage() {
|
||||
|
||||
{copy.link !== undefined && (
|
||||
<p {...stylex.props(styles.links)}>
|
||||
<Link to={copy.link.to} {...stylex.props(styles.link, shared.focusRing)}>
|
||||
Go to {copy.link.label}
|
||||
</Link>
|
||||
{copy.link.to === "/configuration/protection" ? (
|
||||
<Link
|
||||
to="/configuration/protection"
|
||||
search={{ tab: "sources" }}
|
||||
{...stylex.props(styles.link, shared.focusRing)}
|
||||
>
|
||||
Go to {copy.link.label}
|
||||
</Link>
|
||||
) : copy.link.to === "/configuration/resolution" ? (
|
||||
<Link
|
||||
to="/configuration/resolution"
|
||||
search={{ tab: "upstreams" }}
|
||||
{...stylex.props(styles.link, shared.focusRing)}
|
||||
>
|
||||
Go to {copy.link.label}
|
||||
</Link>
|
||||
) : (
|
||||
<Link to={copy.link.to} {...stylex.props(styles.link, shared.focusRing)}>
|
||||
Go to {copy.link.label}
|
||||
</Link>
|
||||
)}
|
||||
</p>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user