diff --git a/app/portainer/components/BEFeatureIndicator/BEFeatureIndicator.html b/app/portainer/components/BEFeatureIndicator/BEFeatureIndicator.html index ce3114a64..e68b4a4f6 100644 --- a/app/portainer/components/BEFeatureIndicator/BEFeatureIndicator.html +++ b/app/portainer/components/BEFeatureIndicator/BEFeatureIndicator.html @@ -1,4 +1,4 @@ - + Business Edition Feature diff --git a/app/portainer/components/datatables/registries-datatable/registriesDatatable.html b/app/portainer/components/datatables/registries-datatable/registriesDatatable.html index b76479f6a..8683d2780 100644 --- a/app/portainer/components/datatables/registries-datatable/registriesDatatable.html +++ b/app/portainer/components/datatables/registries-datatable/registriesDatatable.html @@ -110,7 +110,7 @@ Manage access - Browse + Browse - diff --git a/app/react/portainer/registries/ListView/DefaultRegistry/DefaultRegistryAction.tsx b/app/react/portainer/registries/ListView/DefaultRegistry/DefaultRegistryAction.tsx index 3ccc52d59..8f76b49ee 100644 --- a/app/react/portainer/registries/ListView/DefaultRegistry/DefaultRegistryAction.tsx +++ b/app/react/portainer/registries/ListView/DefaultRegistry/DefaultRegistryAction.tsx @@ -1,3 +1,5 @@ +import { Eye, EyeOff } from 'react-feather'; + import { notifySuccess } from '@/portainer/services/notifications'; import { FeatureId } from '@/portainer/feature-flags/enums'; import { isLimitedToBE } from '@/portainer/feature-flags/feature-flags.service'; @@ -8,7 +10,6 @@ import { import { Tooltip } from '@@/Tip/Tooltip'; import { Button } from '@@/buttons'; -import { Icon } from '@@/Icon'; import { BEFeatureIndicator } from '@@/BEFeatureIndicator'; export function DefaultRegistryAction() { @@ -29,11 +30,11 @@ export function DefaultRegistryAction() { {!hideDefaultRegistry ? (
@@ -46,11 +47,7 @@ export function DefaultRegistryAction() {
) : (
-