Skip to content

Commit

Permalink
Merge pull request #136504 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-24.3-136311

release-24.3: ui: remove remaining links to old db pages
  • Loading branch information
xinhaoz authored Dec 11, 2024
2 parents 5cb78dd + e889e8d commit a4f4745
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
Count,
intersperse,
EncodeDatabaseTableIndexUri,
EncodeDatabaseTableUri,
} from "../../util";

import styles from "./plansTable.module.scss";
Expand Down Expand Up @@ -304,13 +303,7 @@ export function formatIndexes(indexes: string[], database: string): ReactNode {
return (
<span key={table}>
{newLine}
<Link
className={cx("bold-link")}
to={EncodeDatabaseTableUri(database, table)}
>
{table}
</Link>
: {indexesList}
{table}: {indexesList}
</span>
);
});
Expand Down

0 comments on commit a4f4745

Please sign in to comment.