mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(waiting-room): remove breadcrumb EE-5781 (#9231)
This commit is contained in:
parent
b5c5df798a
commit
b8f20a4f05
1 changed files with 1 additions and 4 deletions
|
@ -18,10 +18,7 @@ function WaitingRoomView() {
|
|||
<>
|
||||
<PageHeader
|
||||
title="Waiting Room"
|
||||
breadcrumbs={[
|
||||
{ label: 'Edge Devices', link: 'edge.devices' },
|
||||
{ label: 'Waiting Room' },
|
||||
]}
|
||||
breadcrumbs={[{ label: 'Waiting Room' }]}
|
||||
/>
|
||||
|
||||
<InformationPanel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue