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 (
|
return (
|
||||||
<Widget>
|
<Widget>
|
||||||
<WidgetTitle icon="fa-plug" title="Connected Environments" />
|
<WidgetTitle icon="fa-plug" title="New Environments" />
|
||||||
<WidgetBody>
|
<WidgetBody>
|
||||||
{environments.map((environment) => (
|
{environments.map((environment) => (
|
||||||
<div className={styles.wizardListWrapper} key={environment.Id}>
|
<div className={styles.wizardListWrapper} key={environment.Id}>
|
||||||
|
|
Loading…
Reference in New Issue