Merge pull request #17692 from RoadieHQ/pagerduty-homepage-component

add a homepage component to pagerduty
This commit is contained in:
Fredrik Adelöw
2023-05-25 12:08:07 +02:00
committed by GitHub
25 changed files with 882 additions and 304 deletions
@@ -30,6 +30,7 @@ import { HomePageCalendar } from '@backstage/plugin-gcalendar';
import { MicrosoftCalendarCard } from '@backstage/plugin-microsoft-calendar';
import React from 'react';
import HomeIcon from '@material-ui/icons/Home';
import { HomePagePagerDutyCard } from '@backstage/plugin-pagerduty';
const clockConfigs: ClockConfig[] = [
{
@@ -93,6 +94,7 @@ export const homePage = (
<HomePageSearchBar />
<HomePageRandomJoke />
<HomePageCalendar />
<HomePagePagerDutyCard name="Rota" />
<MicrosoftCalendarCard />
<HomePageStarredEntities />
<HomePageCompanyLogo />