mirror of https://github.com/portainer/portainer
fix(wizard): use 'New Environments' title EE-3329 (#7034)
parent
eb547162e9
commit
60eab3e263
|
@ -43,7 +43,7 @@ export function WizardEndpointsList({ environmentIds }: Props) {
|
|||
|
||||
return (
|
||||
<Widget>
|
||||
<WidgetTitle icon="fa-plug" title="Connected Environments" />
|
||||
<WidgetTitle icon="fa-plug" title="New Environments" />
|
||||
<WidgetBody>
|
||||
{environments.map((environment) => (
|
||||
<div className={styles.wizardListWrapper} key={environment.Id}>
|
||||
|
|
Loading…
Reference in New Issue