diff --git a/web/package/cockpit-agama.changes b/web/package/cockpit-agama.changes index a2eb4aecf8..3918b965d7 100644 --- a/web/package/cockpit-agama.changes +++ b/web/package/cockpit-agama.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 18 10:42:53 UTC 2023 - José Iván López González + +- Do not show info icon for the file system label if there is only + one option (gh#openSUSE/agama#938). + ------------------------------------------------------------------- Fri Dec 15 15:03:40 UTC 2023 - José Iván López González diff --git a/web/src/components/storage/VolumeForm.jsx b/web/src/components/storage/VolumeForm.jsx index 7bb017c652..49d517f009 100644 --- a/web/src/components/storage/VolumeForm.jsx +++ b/web/src/components/storage/VolumeForm.jsx @@ -285,7 +285,7 @@ const FsField = ({ value, volume, onChange }) => { }> +

{fsOptionLabel(fsOption(value))}

}