Update routes and navigation links for sender/receiver UI

Updated the `@page` directives in `ReportDesigner.razor` and
`ReportViewer.razor` to change routes from `/reportdesigner`
to `/sender` and `/reportviewer` to `/receiver`, respectively.

Modified `NavMenu.razor` to update navigation links to reflect
the new routes. Updated the displayed text for the links to
"Empfänger-UI" (Receiver UI) and "Umschlag-UI" (Envelope UI).
This commit is contained in:
2026-05-28 20:17:42 +02:00
parent 7aa08cf8e9
commit 533d646211
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
@page "/reportviewer/"
@page "/receiver"
@using System.Drawing
@using DevExpress.Drawing
@using DevExpress.Utils