Skip to content

Commit

Permalink
Update links (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJKim authored Dec 12, 2024
1 parent 4a1b8ea commit 9575e1f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion assets/js/components/Dashboard/PaMessagesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9575e1f

Please sign in to comment.