mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(edge/stacks): fix UI issues EE-5844 (#10021)
This commit is contained in:
parent
2de4863532
commit
e1a3010bc7
5 changed files with 17 additions and 14 deletions
|
@ -38,7 +38,7 @@ export function PrivateRegistryFieldset({
|
|||
const [selected, setSelected] = useState(value);
|
||||
|
||||
const tooltipMessage =
|
||||
'Use this when using a private registry that requires credentials';
|
||||
'This allows you to provide credentials when using a private registry that requires authentication';
|
||||
|
||||
useEffect(() => {
|
||||
if (checked) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue