Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mbta/screenplay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4397fb75df7e309877a70d2d89a9cc58ce5f6501
Choose a base ref
..
head repository: mbta/screenplay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fc02f3eb58890ef71ddf2eb34e8b536277899556
Choose a head ref
Showing with 9 additions and 1 deletion.
  1. +9 −1 assets/js/components/Dashboard/PaMessagesPage.tsx
10 changes: 9 additions & 1 deletion assets/js/components/Dashboard/PaMessagesPage.tsx
Original file line number Diff line number Diff line change
@@ -143,7 +143,15 @@ const PaMessagesPage: ComponentType = () => {
target="_blank"
className="system-log-link"
>
<span className="link-text">System Log</span>
<span className="link-text">Announcement Log</span>
<BoxArrowUpRight />
</Link>
<Link
to="https://mbta.splunkcloud.com/en-US/app/search/paess_device_status_by_station_clone"
target="_blank"
className="system-log-link"
>
<span className="link-text">Device Status</span>
<BoxArrowUpRight />
</Link>
</section>