front/app/entities: add build into card to service entities

This commit is contained in:
Patrik Oldsberg
2020-02-07 13:40:35 +01:00
parent bb15807004
commit c21263d64c
+1 -1
View File
@@ -13,7 +13,7 @@ import GithubActionsPlugin from '@backstage/plugin-github-actions';
/* SERVICE */
const serviceOverviewPage = createWidgetView()
.add({ size: 4, component: MockEntityCard })
.add({ size: 4, component: MockEntityCard });
.register(GithubActionsPlugin);
const serviceView = createEntityPage()
.addPage('Overview', WebIcon, '/overview', serviceOverviewPage)