Fix wrong file name in readme and remove unnecessary type parameter

Signed-off-by: Niklas Granander <ngranander@spotify.com>
This commit is contained in:
Niklas Granander
2021-07-14 11:55:57 +02:00
parent 189b84ad9d
commit e63a9a07e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import { XcmetricsPage } from '@backstage/plugin-xcmetrics';
</FlatRoutes>
```
Add the URL to your XCMetrics backend instance in `app-config.yml` like so:
Add the URL to your XCMetrics backend instance in `app-config.yaml` like so:
```yaml
proxy:
@@ -109,7 +109,7 @@ export const OverviewComponent = () => {
<ContentHeader title="XCMetrics Dashboard">
<SupportButton>Dashboard for XCMetrics</SupportButton>
</ContentHeader>
<Table<BuildItem>
<Table
options={{ paging: false, search: false }}
data={builds}
columns={columns}