Merge pull request #8156 from WarlenRodrigues/fixing_link_somponents_usage

Fixed Link components usage. Now, all links use the Backstage's Link c…
This commit is contained in:
Fredrik Adelöw
2021-12-21 08:10:15 +01:00
committed by GitHub
20 changed files with 85 additions and 61 deletions
@@ -22,10 +22,15 @@ import {
CATEGORY_LABELS,
buildSparklinesDataForItem,
} from '../../utils';
import { Link, generatePath } from 'react-router-dom';
import { generatePath } from 'react-router-dom';
import AuditStatusIcon from '../AuditStatusIcon';
import { Table, TableColumn, TrendLine } from '@backstage/core-components';
import {
Link,
Table,
TableColumn,
TrendLine,
} from '@backstage/core-components';
import { useApi } from '@backstage/core-plugin-api';
const columns: TableColumn[] = [