mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
fix(wizard): use 'New Environments' title EE-3329 (#7034)
This commit is contained in:
parent
eb547162e9
commit
60eab3e263
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue