mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 04:45:21 +02:00
chore(sidebar): add data-cys [EE-3605] (#7143)
* chore(sidebar): add data-cys [EE-3605] fix [EE-3605]
This commit is contained in:
parent
ed8f9b5931
commit
882051cc30
10 changed files with 158 additions and 25 deletions
|
@ -12,12 +12,17 @@ interface Props {
|
|||
export function AzureSidebar({ environmentId }: Props) {
|
||||
return (
|
||||
<>
|
||||
<DashboardLink environmentId={environmentId} platformPath="azure" />
|
||||
<DashboardLink
|
||||
environmentId={environmentId}
|
||||
platformPath="azure"
|
||||
data-cy="azureSidebar-dashboard"
|
||||
/>
|
||||
<SidebarItem
|
||||
to="azure.containerinstances"
|
||||
params={{ endpointId: environmentId }}
|
||||
icon={Box}
|
||||
label="Container instances"
|
||||
data-cy="azureSidebar-containerInstances"
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue