Adapt app-driven entity page

Addresses the changes required after merging #2076. The Sentry plugin
now defines a router and the widget will be displayed as a tab.
This commit is contained in:
Björn Marschollek
2020-09-04 12:27:54 +02:00
parent 0837435531
commit eb4d54fcc4
5 changed files with 63 additions and 11 deletions
+2
View File
@@ -21,6 +21,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.1.1-alpha.21",
"@backstage/core": "^0.1.1-alpha.21",
"@backstage/theme": "^0.1.1-alpha.21",
"@material-ui/core": "^4.9.1",
@@ -29,6 +30,7 @@
"@types/react": "^16.9",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "6.0.0-beta.0",
"react-sparklines": "^1.7.0",
"react-use": "^15.3.3",
"timeago.js": "^4.0.2"